diff --git a/gulpfile.js b/gulpfile.js index a5612bb938..614403a623 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -398,7 +398,7 @@ var watchDependents = [ 'pack-watch-manifest' ]; -gulp.task('reload', () => { +gulp.task('reload', function() { notify({ message: 'test changed' }); reload(); });