aboutsummaryrefslogtreecommitdiff
path: root/ide/protocol/xmlprotocol.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/protocol/xmlprotocol.ml')
-rw-r--r--ide/protocol/xmlprotocol.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/protocol/xmlprotocol.ml b/ide/protocol/xmlprotocol.ml
index a2c80ea118..2e78642f2e 100644
--- a/ide/protocol/xmlprotocol.ml
+++ b/ide/protocol/xmlprotocol.ml
@@ -679,7 +679,7 @@ let abstract_eval_call : type a. _ -> a call -> a value = fun handler c ->
| PrintAst x -> mkGood (handler.print_ast x)
| Annotate x -> mkGood (handler.annotate x)
with any ->
- let any = CErrors.push any in
+ let any = Exninfo.capture any in
Fail (handler.handle_exn any)
(** brain dead code, edit if protocol messages are added/removed *)