-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(emacs): don't explode if quick-lint-js reports a warning
If quick-lint-js prints a warning for whatever reason, the warning output is mixed with emacs-lisp output. This causes our Flymake code to parse the output incorrectly, leading to confusing error messages for users. Fix the output confusion by forwarding warning output (stderr) to Flymake's log, leaving the emacs-lisp output (stdout) cleanly parsable.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters