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 log blank messages
Every time Flymake runs quick-lint-js, a "" message is logged. This is because the plugin logs stderr, but most of the time, stderr is empty. Fix the noisy logs by only logging if stderr is non-empty.
- Loading branch information