Skip to content

Commit

Permalink
Direct warning to io
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Nov 8, 2015
1 parent e4136ff commit 3e7a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/replutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function showerror(io::IO, ex::MethodError)
try
show_method_candidates(io, ex)
catch
warn("Unable to show method candidates")
warn(io, "Error showing method candidates, aborted")
end
end

Expand Down

0 comments on commit 3e7a401

Please sign in to comment.