build(gulp): properly exit tasks that don't use broccoli pipeline when ctrl+c is hit

Closes #4194
This commit is contained in:
Igor Minar 2015-09-15 09:34:54 -07:00
parent dcd2df2486
commit 851b1cf013
1 changed files with 1 additions and 0 deletions

View File

@ -1329,6 +1329,7 @@ process.on('SIGINT', function() {
process.exit();
});
}
process.exit();
});