We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fc34a commit 0e36814Copy full SHA for 0e36814
lib/cli.js
@@ -209,13 +209,13 @@ function logEvents(gulpInst) {
209
gutil.log(msg);
210
});
211
212
- gulpInst.on('task_not_found', function(err) {
213
- gutil.log(
214
- chalk.red('Task \'' + err.task + '\' is not in your gulpfile')
215
- );
216
- gutil.log('Please check the documentation for proper gulpfile formatting');
217
- process.exit(1);
218
- });
+ // gulpInst.on('task_not_found', function(err) {
+ // gutil.log(
+ // chalk.red('Task \'' + err.task + '\' is not in your gulpfile')
+ // );
+ // gutil.log('Please check the documentation for proper gulpfile formatting');
+ // process.exit(1);
+ // });
219
}
220
221
Cli.getBooleanOptionsForTask = function getBooleanOptionsForTask(task) {
0 commit comments