Skip to content
New issue

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

Colors in rustc's error mesages are lost #288

Closed
alexcrichton opened this issue Sep 7, 2018 · 1 comment
Closed

Colors in rustc's error mesages are lost #288

alexcrichton opened this issue Sep 7, 2018 · 1 comment
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

Comments

@alexcrichton
Copy link
Contributor

🐛 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), then wasm-pack build will show the compiler's error but without colors

@ashleygwilliams ashleygwilliams added bug Something isn't working help wanted Extra attention is needed to-do stuff that needs to happen, so plz do it k thx labels Sep 7, 2018
@ashleygwilliams
Copy link
Member

this was solved by the PR that moved us toward our new output strategy :) closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants