Skip to content

Commit

Permalink
Update src/coq_elpi_vernacular.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Jun 28, 2024
1 parent ade57e8 commit feb92fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coq_elpi_vernacular.ml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,9 @@ let run ~static_check program query =
print_debug false;
rc
with e ->
let e = Exninfo.capture e in
print_debug true;
raise e
Exninfo.iraise e
;;

let elpi_fails program_name =
Expand Down

0 comments on commit feb92fc

Please sign in to comment.