Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin authored Jul 29, 2024
1 parent 86377cd commit e6f2c3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/errorshow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1137,5 +1137,4 @@ function show(io::IO, ::MIME"text/plain", stack::ExceptionStack)
printstyled(io, nexc, "-element ExceptionStack", nexc == 0 ? "" : ":\n")
show_exception_stack(io, stack)
end
show(io::IO, stack::ExceptionStack) = show(io, MIME("text/plain")

show(io::IO, stack::ExceptionStack) = show(io, MIME("text/plain"), stack)

0 comments on commit e6f2c3a

Please sign in to comment.