25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Ammend previous commit with another fix

This commit is contained in:
Badlop 2023-01-27 15:40:34 +01:00
parent 9842b035e3
commit fb16727180

View File

@ -378,7 +378,7 @@ process(Handlers, Request) ->
?ERROR_MSG(
"HTTP handler crashed: ~s",
[misc:format_exception(2, Class, Reason, ?EX_STACK(Stack))]),
erlang:raise(Class, Reason, Stack)
erlang:raise(Class, Reason, ?EX_STACK(Stack))
end
end,
ejabberd_hooks:run(http_request_debug, [{LocalPath, Request}]),