Gulp 4: gulp.series repeats error log
Created by: aparajita
When a task within gulp.series generates an error, the error is logged twice: once by the task that generated the error, and once by gulp.series. Is there some way to suppress this by default?