chore: fix typo uncatched -> uncaught
This commit is contained in:
parent
17b2665a6d
commit
e0aa8641af
|
@ -579,8 +579,9 @@ with_gateway(GwName0, Fun) ->
|
||||||
return_http_error(400, "Invalid bind address");
|
return_http_error(400, "Invalid bind address");
|
||||||
Class:Reason:Stk ->
|
Class:Reason:Stk ->
|
||||||
?SLOG(error, #{
|
?SLOG(error, #{
|
||||||
msg => "uncatched_error",
|
msg => "uncaught_exception",
|
||||||
reason => {Class, Reason},
|
exception => Class,
|
||||||
|
reason => Reason,
|
||||||
stacktrace => Stk
|
stacktrace => Stk
|
||||||
}),
|
}),
|
||||||
reason2resp(Reason)
|
reason2resp(Reason)
|
||||||
|
|
Loading…
Reference in New Issue