We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1842f commit 27b44cfCopy full SHA for 27b44cf
base/precompilation.jl
@@ -1042,7 +1042,9 @@ function _precompilepkgs(pkgs::Vector{String},
1042
plural4 = n_loaded == 1 ? "this package" : "these packages"
1043
print(iostr, "\n ",
1044
color_string(string(n_loaded), Base.warn_color()),
1045
- " $(plural1) precompiled but $(plural2) currently loaded. Restart julia to access the new version$(plural3). \
+ " $(plural1) precompiled but ",
1046
+ color_string("$(plural2) currently loaded", Base.warn_color()),
1047
+ ". Restart julia to access the new version$(plural3). \
1048
Otherwise, loading dependents of $(plural4) may trigger further precompilation to work with the unexpected version$(plural3)."
1049
)
1050
end
0 commit comments