Skip to content

Commit

Permalink
irmin-pack: Update deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
clecat committed Aug 22, 2023
1 parent 8f6f56f commit 357ff67
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 357ff67

Please sign in to comment.