We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Less errors should be written to stderr to enable reliable error handling in the authoring tool.
stderr
grunt dev
Less error should be written to stderr.
stderr is empty meaning stdout has to be parsed manually to find the fatal error.
stdout
The text was updated successfully, but these errors were encountered:
tomgreenfield
Successfully merging a pull request may close this issue.
Subject of the issue/enhancement/features
Less errors should be written to
stderr
to enable reliable error handling in the authoring tool.Your environment
Steps to reproduce
grunt dev
Expected behaviour
Less error should be written to
stderr
.Actual behaviour
stderr
is empty meaningstdout
has to be parsed manually to find the fatal error.The text was updated successfully, but these errors were encountered: