Skip to content

Commit cee91d8

Browse files
committed
refactor: runner is only one now (gulp-runtime)
1 parent e0360ed commit cee91d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function gulpRepl(_gulp_){
8181
exports.instances.push({
8282
gulp: gulp,
8383
tasks: util.getTasks(gulp),
84-
runner: gulp.parallel || gulp.start
84+
runner: gulp.start
8585
});
8686

8787
return repl;

0 commit comments

Comments
 (0)