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 e0360ed commit cee91d8Copy full SHA for cee91d8
index.js
@@ -81,7 +81,7 @@ function gulpRepl(_gulp_){
81
exports.instances.push({
82
gulp: gulp,
83
tasks: util.getTasks(gulp),
84
- runner: gulp.parallel || gulp.start
+ runner: gulp.start
85
});
86
87
return repl;
0 commit comments