We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0d468 commit f79c41bCopy full SHA for f79c41b
src/exception.jl
@@ -42,5 +42,5 @@ Base.show(io::IO, rex::ReactiveException) = begin
42
end
43
44
println(io)
45
- show(io, rex.exception)
+ showerror(io, rex.exception)
46
0 commit comments