Skip to content

Commit de54120

Browse files
committed
REPL-loop should call display_error in the latest world (similar to #19916)
1 parent 0900553 commit de54120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/client.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ function _start()
409409
end
410410
end
411411
catch err
412-
display_error(err,catch_backtrace())
412+
eval(Expr(:call, display_error, err, catch_backtrace()))
413413
exit(1)
414414
end
415415
if is_interactive && have_color

0 commit comments

Comments
 (0)