diff options
| author | Emilio Jesus Gallego Arias | 2019-07-01 00:16:40 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-07-08 13:12:05 +0200 |
| commit | b372c0cf33681ef7e8ae3524987c5581fd3f92c0 (patch) | |
| tree | a7da4cf538f3a481995ad86bdd7aa18822bccf8b /ide | |
| parent | a5e4dd7faa23abd4a4ebe093076484d090a8a47e (diff) | |
[errors] Small cleanups and removal of dead code.
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/idetop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/idetop.ml b/ide/idetop.ml index 02682e2ee9..7c6fa8951b 100644 --- a/ide/idetop.ml +++ b/ide/idetop.ml @@ -392,7 +392,7 @@ let handle_exn (e, info) = let loc_of e = match Loc.get_loc e with | Some loc -> Some (Loc.unloc loc) | _ -> None in - let mk_msg () = CErrors.print ~info e in + let mk_msg () = CErrors.iprint (e,info) in match e with | e -> match Stateid.get info with |
