Skip to content

Commit

Permalink
Revert "make '--color=yes' the default"
Browse files Browse the repository at this point in the history
This reverts commit 04e4e8a.
  • Loading branch information
MHellmund committed May 6, 2024
1 parent 04e4e8a commit a942f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ function _exeflags_and_env(options)
if !any(startswith("JULIA_PROJECT="), env) && !any(startswith("--project="), exeflags)
push!(exeflags, "--project=@.")
end
# if exeflags already contains '--color=no', the 'no' will prevail
pushfirst!(exeflags,"--color=yes")
return exeflags, env
end

Expand Down

0 comments on commit a942f1c

Please sign in to comment.