Skip to content

Commit

Permalink
change colours used
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott committed Oct 18, 2020
1 parent b7809f3 commit 8262a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/errorshow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ function replaceuserpath(str)
return str
end

const STACKTRACE_MODULECOLORS = [:magenta, :blue, :cyan, :green, :yellow]
const STACKTRACE_FIXEDCOLORS = IdDict(Base => :red, Core => :red)
const STACKTRACE_MODULECOLORS = [:magenta, :cyan, :green, :yellow]
const STACKTRACE_FIXEDCOLORS = IdDict(Base => :light_black, Core => :light_black)

stacktrace_expand_basepaths()::Bool =
tryparse(Bool, get(ENV, "JULIA_STACKTRACE_EXPAND_BASEPATHS", "false")) === true
Expand Down

0 comments on commit 8262a13

Please sign in to comment.