This commit is contained in:
zhouzb 2019-11-23 10:51:31 +08:00
parent d730b24494
commit 76e6ded825
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,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.