Skip to content

Commit

Permalink
Fail on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Oct 19, 2024
1 parent 169127e commit 0c68184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cccatt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ let () =
| Failure e -> e
| e -> Printexc.to_string e
in
Printf.printf "\nError: %s\n\n%s%!" e bt
Printf.printf "\nError: %s\n\n%s%!" e bt;
exit 1

0 comments on commit 0c68184

Please sign in to comment.