Skip to content

Commit

Permalink
[patch] continue with error
Browse files Browse the repository at this point in the history
  • Loading branch information
spearo2 committed Jul 19, 2024
1 parent e2f246d commit 77ca1ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/patch.ml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ let run ?(db = false) z3env inline_funcs db_dir donee_dir out_dir cmd =
|> List.iter ~f:(fun ta ->
if String.is_suffix ta ~suffix:".map" then ()
else
(* try *)
match_one_alarm ~db z3env donee_dir inline_funcs out_dir db_dir ta
cmd)
(* with e -> L.warn "%s" (Exn.to_string e)) *)
try
match_one_alarm ~db z3env donee_dir inline_funcs out_dir db_dir ta
cmd
with e -> L.warn "%s" (Exn.to_string e))

0 comments on commit 77ca1ec

Please sign in to comment.