gulpjs / gulp-cli

Command Line Interface for gulp.
MIT License
401 stars 106 forks source link

Clear "task did not complete" warning when an error occurs #162

Closed phated closed 4 years ago

phated commented 6 years ago

Ref https://github.com/gulpjs/gulp/issues/2168

another-guy commented 6 years ago

The false negatives (Did you forget to signal async completion?) reported by @MLoughry in the ref'ed issue is occurring to me to. I'm too talking specifically about the gulp.parallel(failingTask, notFailingTask) case.

Since the ref'ed issue has been closed, is this the right issue to subscribe for status notification(s)?