Skip to content

Commit

Permalink
Merge pull request #2271 from clecat/main
Browse files Browse the repository at this point in the history
  • Loading branch information
metanivek committed Aug 24, 2023
2 parents 8f6f56f + 357ff67 commit 3d23fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irmin-pack/unix/async.ml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module Unix = struct
match Lwt_unix.fork () with
| 0 ->
Lwt_main.Exit_hooks.remove_all ();
Lwt_main.abandon_yielded_and_paused ();
Lwt.abandon_paused ();
let exit_code =
match f () with
| () -> Exit_code.success
Expand Down

0 comments on commit 3d23fb0

Please sign in to comment.