Skip to content

Commit

Permalink
Show the stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Mar 24, 2024
1 parent 8193de8 commit 8dd28e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rembus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ function rembus_task(pd, rb, protocol=:ws)
msg = "[$pd]: $e"
end
@error msg
showerror(stdout, $(esc(e)), catch_backtrace())
showerror(stdout, e, catch_backtrace())
@showerror e
rethrow()
finally
Expand Down

0 comments on commit 8dd28e4

Please sign in to comment.