-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Send warnings to STDERR, not STDOUT #2082
Labels
Comments
Good call, this should be fixed. |
Could there be a new release including this fix ? |
1 task
1 task
1 task
v7.12.0 is released. |
This was referenced Dec 28, 2018
Closed
This was referenced Jan 8, 2019
This was referenced Jan 13, 2019
Merged
This was referenced Sep 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In issue #1955 the warning is being sent to STDOUT which is messing up editors by adding the warning to the top of the file.
All warnings and errors should be sent to STDERR.
The text was updated successfully, but these errors were encountered: