We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not everyone use console dark theme ! then all of these prints are turned into white on white.
a very easy to fix thing, mainly a distribution issue.
SEE ALSO
The text was updated successfully, but these errors were encountered:
just done in Pkg, JuliaLang/Pkg.jl@7fe84c1 but not released already (released @ ~ v1.6.2 | v1.6.3)
# https://github.com/JuliaLang/Pkg.jl/blob/master/src/Operations.jl#L1720 print_single(io::IO, pkg::PackageSpec) = print(io, stat_rep(pkg))
# https://github.com/JuliaLang/Pkg.jl/blob/v1.6.1/src/Operations.jl#L1743 print_single(ctx::Context, pkg::PackageSpec) = printstyled(ctx.io, stat_rep(pkg); color=:white)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Not everyone use console dark theme !
then all of these prints are turned into white on white.
a very easy to fix thing, mainly a distribution issue.
SEE ALSO
The text was updated successfully, but these errors were encountered: