Skip to content

Commit 4256501

Browse files
committed
Fix comment on gulpfile
1 parent f415251 commit 4256501

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gulpfile.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,12 @@ let
3434
watchRTL = require('./tasks/rtl/watch')
3535
;
3636

37-
/* Simple Compatibility with Gulp 3 */
37+
/* Simple Compatibility Fix for Gulp 3 Style Tasks */
3838
gulp.start = function(name) {
3939
let task = gulp.task(name);
4040
if(task) {
4141
task();
4242
}
43-
else {
44-
console.log('cant find', name);
45-
}
4643
}
4744

4845
/*******************************

0 commit comments

Comments
 (0)