diff --git a/gulpfile.js b/gulpfile.js index 6a911dbb..4da10023 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -186,4 +186,4 @@ gulp.task('pagespeed', pagespeed.bind(null, { })); // Load custom tasks from the `tasks` directory -try { require('require-dir')('tasks'); } catch (err) {} +try { require('require-dir')('tasks'); } catch (err) { console.error(err); }