Skip to content

Commit

Permalink
REPL-loop should call display_error in the latest world (similar to #…
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 7, 2017
1 parent 0900553 commit de54120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function _start()
end
end
catch err
display_error(err,catch_backtrace())
eval(Expr(:call, display_error, err, catch_backtrace()))
exit(1)
end
if is_interactive && have_color
Expand Down

0 comments on commit de54120

Please sign in to comment.