aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-07-01 00:16:40 +0200
committerEmilio Jesus Gallego Arias2019-07-08 13:12:05 +0200
commitb372c0cf33681ef7e8ae3524987c5581fd3f92c0 (patch)
treea7da4cf538f3a481995ad86bdd7aa18822bccf8b /ide
parenta5e4dd7faa23abd4a4ebe093076484d090a8a47e (diff)
[errors] Small cleanups and removal of dead code.
Diffstat (limited to 'ide')
-rw-r--r--ide/idetop.ml2
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