Skip to content

Commit

Permalink
fix wrong call
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro M. Ramallo <[email protected]>
  • Loading branch information
aramallo committed Aug 22, 2024
1 parent ef505f1 commit 7fc89a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partisan_util.erl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ apply(Mod, Fun, Args, Default) ->

safe_apply(Mod, Fun, Args, Default) ->
try
safe_apply(Mod, Fun, Args, Default)
apply(Mod, Fun, Args, Default)
catch
Class:Reason:Stacktrace ->
Formatted = erl_error:format_exception(Class, Reason, Stacktrace),
Expand Down

0 comments on commit 7fc89a6

Please sign in to comment.