aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-07-09 12:40:44 +0200
committerGaëtan Gilbert2019-07-09 12:40:44 +0200
commit7f366a7c7cd154c6a1dd191ff7f453e63b39a948 (patch)
tree67f62dd34c80956ab07eaf10191eccc1d2befcf1 /ide
parent94a84c10b461184be48f2f21cc55626a0a6996fd (diff)
parentb372c0cf33681ef7e8ae3524987c5581fd3f92c0 (diff)
Merge PR #10453: [errors] Small cleanups and removal of dead code.
Reviewed-by: SkySkimmer
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