diff --git a/gulpfile.js b/gulpfile.js index cf6eac22f6..94ae0c972a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1295,8 +1295,9 @@ process.on('SIGINT', function() { runSequence('cleanup.builder', function () { process.exit(); }); + } else { + process.exit(); } - process.exit(); });