You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments