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
Updating a build system at my workplace, had silent failures and after a lot of digging found out that there was an error in the reporter when there were no errors found.
The jshint failure output for bad reporters should be spit out and forwarded from this plugin when it happens instead of being swallowed.
I've resolved my issue by rewriting my reporter, but probably best to account for this edge case. Bombing out with an exit code and no explanation is a bit annoying.
The text was updated successfully, but these errors were encountered:
Updating a build system at my workplace, had silent failures and after a lot of digging found out that there was an error in the reporter when there were no errors found.
The jshint failure output for bad reporters should be spit out and forwarded from this plugin when it happens instead of being swallowed.
I've resolved my issue by rewriting my reporter, but probably best to account for this edge case. Bombing out with an exit code and no explanation is a bit annoying.
The text was updated successfully, but these errors were encountered: