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

Use stderr for exceptions #964

Closed
kevinkassimo opened this issue Oct 11, 2018 · 0 comments
Closed

Use stderr for exceptions #964

kevinkassimo opened this issue Oct 11, 2018 · 0 comments

Comments

@kevinkassimo
Copy link
Contributor

kevinkassimo commented Oct 11, 2018

Currently, onGlobalError and some other error logging are using console.log instead of console.error.

To fix this, one might also need to change tools/check_output_test.py to also record stderr msg for comparison.

It seems that the console.error log would somehow interleave with TypeScript compiler error message.

@ry ry changed the title Use console.error for error logging Use stderr for exceptions Dec 6, 2018
@ry ry closed this as completed in #1303 Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant