diff --git a/gulpfile.js b/gulpfile.js index f490e1191..b4a333dc7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,7 +48,7 @@ function backWatch(done) { let sleepBin = isWindows ? '' : 'sleep 1 &&'; nodemon({ - exec: `${sleepBin} node --inspect ./node_modules/gulp/bin/gulp.js`, + exec: `${sleepBin}node --inspect ./node_modules/gulp/bin/gulp.js`, args: ['backOnly'], watch: backSources, done: done