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
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
Warning is not displayed through grunt-notify, when grunt-contrib-watch is used with spawn:false option.
As @vict-shevchenko notices:
grunt-watch suppresses error and warning events, so in command line you'll see only Warning:
but not Warning: Use --force to continue.Aborted due to warnings. and notification miss this.
The text was updated successfully, but these errors were encountered:
Warning is not displayed through grunt-notify, when
grunt-contrib-watch
is used withspawn:false
option.As @vict-shevchenko notices:
grunt-watch suppresses error and warning events, so in command line you'll see only
Warning:
but not
Warning: Use --force to continue.Aborted due to warnings. and notification miss this.
The text was updated successfully, but these errors were encountered: