fix(worker): return stacktrace when connect failed
This commit is contained in:
parent
a47f6e23bc
commit
f15e807f76
|
@ -234,6 +234,6 @@ connect_internal(State) ->
|
|||
{error, Error} ->
|
||||
{error, Error}
|
||||
catch
|
||||
_C:Reason -> {error, Reason}
|
||||
_C:Reason:ST -> {error, {Reason, ST}}
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in New Issue