Colors in rustc's error mesages are lost #288
Labels
bug
Something isn't working
help wanted
Extra attention is needed
to-do
stuff that needs to happen, so plz do it k thx
🐛 Bug description
When compiling code with
wasm-pack build
the compiler's error messages are not printed with colors.🤔 Expected Behavior
The compiler's colors come through!
👟 Steps to reproduce
If you create a blank
src/lib.rs
with only one token in it,x
(invalid rust code), thenwasm-pack build
will show the compiler's error but without colorsThe text was updated successfully, but these errors were encountered: