Skip to content

Commit 851b1cf

Browse files
committed
build(gulp): properly exit tasks that don't use broccoli pipeline when ctrl+c is hit
Closes angular#4194
1 parent dcd2df2 commit 851b1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,7 @@ process.on('SIGINT', function() {
13291329
process.exit();
13301330
});
13311331
}
1332+
process.exit();
13321333
});
13331334

13341335

0 commit comments

Comments
 (0)