Skip to content

Commit

Permalink
Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Sep 28, 2023
1 parent 3e3e228 commit 411e86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/common/solving_loop.ml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ let main () =
Printer.print_err "%a" Errors.report e;
exit 1
| D_loop.DolmenError (i, descr) ->
Printer.print_err "Dolmen failed %s (code %i)" descr i;
Printer.print_err "Failure %s (code %i)" descr i;
exit 1
| _ as exn -> Printexc.raise_with_backtrace exn bt
in
Expand Down

0 comments on commit 411e86c

Please sign in to comment.