You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/interacting-with-julia.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,5 +307,5 @@ informational messages in cyan you can add the following to your ``juliarc.jl``
307
307
308
308
The backtrace that is printed in the REPL when an error is thrown can also be customized. The color of the function name and the file and line info for each stack frame can be changed with environment variables as::
309
309
310
-
ENV["JULIA_BT_FUNCTION_COLOR"] = :green # Color of function names
311
-
ENV["JULIA_BT_LINFO_COLOR"] = :yellow # Color of file name and line number
310
+
ENV["JULIA_STACKFRAME_FUNCTION_COLOR"] = :green # Color of function names
311
+
ENV["JULIA_STACKFRAME_LINFO_COLOR"] = :yellow # Color of file name and line number
0 commit comments