Skip to content

Commit

Permalink
Fix for #138
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel-anieli committed Dec 10, 2023
1 parent eeb25f4 commit 378b885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ec_plists.erl
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ cluster_runmany(_, _, [_Non|_Empty], []=_Nodes, []=_Running, _) ->
-ifdef(fun_stacktrace).
runmany_wrap(Fun, Parent) ->
try
Fun
Fun()
catch
exit:siblingdied ->
ok;
Expand All @@ -889,7 +889,7 @@ runmany_wrap(Fun, Parent) ->
-else.
runmany_wrap(Fun, Parent) ->
try
Fun
Fun()
catch
exit:siblingdied ->
ok;
Expand Down

0 comments on commit 378b885

Please sign in to comment.