Skip to content

Commit

Permalink
Fix varname
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed Jul 9, 2023
1 parent 31fc4e7 commit 38ed30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/errorshow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ end
function print_stackframe(io, i, frame::StackFrame, n::Int, ndigits_max, modulecolordict, modulecolorcycler)
m = Base.parentmodule(frame)
modulecolor = get_modulecolor!(modulecolordict, m, modulecolorcycler)
print_stackframe(io, i, frame, n, digit_align_width, modulecolor)
print_stackframe(io, i, frame, n, ndigits_max, modulecolor)
end

function get_modulecolor!(modulecolordict, m, modulecolorcycler)
Expand Down

0 comments on commit 38ed30d

Please sign in to comment.