This commit is contained in:
zhouzb 2019-11-23 10:53:27 +08:00
parent f44b8ce607
commit 8bf06b9c63
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ safe_execute(Fun, Args) ->
Result -> Result
catch
_:Reason:Stacktrace ->
?LOG(error, "Failed to execute ~p(~p): ~p", [Fun, Args, {Reason, Stacktrace}]);
?LOG(error, "Failed to execute ~p(~p): ~p", [Fun, Args, {Reason, Stacktrace}]),
ok
end.