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:
parent
9842b035e3
commit
fb16727180
@ -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}]),
|
||||
|
Loading…
Reference in New Issue
Block a user