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
Color should only be used when the output is a tty and when the terminal supports color. rustc/cargo normally understand this, but when invoked through cargo web build I get a lot of this:
�[0m�[0m�[1m�[32m Compiling�[0m webidl v0.8.0
This is annoying when you are redirecting stdout/stderr to a log file for example.
The text was updated successfully, but these errors were encountered:
Color should only be used when the output is a tty and when the terminal supports color. rustc/cargo normally understand this, but when invoked through
cargo web build
I get a lot of this:�[0m�[0m�[1m�[32m Compiling�[0m webidl v0.8.0
This is annoying when you are redirecting stdout/stderr to a log file for example.
The text was updated successfully, but these errors were encountered: