diff --git a/gulpfile.js b/gulpfile.js index aafed44a2c..f214a0d659 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -184,7 +184,7 @@ function delRev(dest, manifestName) { } gulp.task('serve', function(cb) { - const called = false; + let called = false; nodemon({ script: paths.server, ext: '.jsx .js .json',