Skip to content

Commit f79c41b

Browse files
committed
use showerror for captured exception
1 parent 9a0d468 commit f79c41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exception.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ Base.show(io::IO, rex::ReactiveException) = begin
4242
end
4343

4444
println(io)
45-
show(io, rex.exception)
45+
showerror(io, rex.exception)
4646
end

0 commit comments

Comments
 (0)