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
Currently the task is not proper failing in case it encounters problems along the way. We should add grunt.fail() calls along the task to make sure the user has proper feedback and that the task does not keep running if anything is wrong.
The text was updated successfully, but these errors were encountered:
Currently the task is not proper failing in case it encounters problems along the way. We should add
grunt.fail()
calls along the task to make sure the user has proper feedback and that the task does not keep running if anything is wrong.The text was updated successfully, but these errors were encountered: