aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-02-25 10:23:40 +0100
committerPierre-Marie Pédrot2020-02-25 10:23:40 +0100
commita9deb354d00b9a402a63648d1cadf4c2c36bbdd1 (patch)
tree6475fd4c64977f4cc9b51599bcf69a978988f651 /ide
parent457ea1b8917844e1b955ce419ce08cd0bdc7ccc5 (diff)
parent5f5b8a1fdfc71ae93f75d5bfa2d6bb2920a2f4d1 (diff)
Merge PR #11489: [exn] remove `raise` taking optional exception information argument
Reviewed-by: ppedrot
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 ae2301a0a7..60036ef876 100644
--- a/ide/idetop.ml
+++ b/ide/idetop.ml
@@ -70,7 +70,7 @@ let ide_cmd_checks ~last_valid { CAst.loc; v } =
with e ->
let (e, info) = CErrors.push e in
let info = Stateid.add info ~valid:last_valid Stateid.dummy in
- Exninfo.raise ~info e
+ Exninfo.iraise (e, info)
in
if is_debug v.expr then
user_error "Debug mode not available in the IDE"