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

Less errors should be written to stderr #3066

Closed
tomgreenfield opened this issue Mar 11, 2021 · 0 comments · Fixed by #3067
Closed

Less errors should be written to stderr #3066

tomgreenfield opened this issue Mar 11, 2021 · 0 comments · Fixed by #3067
Assignees

Comments

@tomgreenfield
Copy link
Contributor

Subject of the issue/enhancement/features

Less errors should be written to stderr to enable reliable error handling in the authoring tool.

Your environment

  • Framework 5.11
  • Authoring tool 0.11 (unreleased)

Steps to reproduce

  1. Add a reference to a missing variable in a Less file
  2. grunt dev

Expected behaviour

Less error should be written to stderr.

Actual behaviour

stderr is empty meaning stdout has to be parsed manually to find the fatal error.

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

Successfully merging a pull request may close this issue.

1 participant