Skip to content

Commit 072da7a

Browse files
committed
fix(@angular/cli): shut down after first Ctrl+C received
Fixes #9647
1 parent 3be17e7 commit 072da7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@ngtools/webpack/src/angular_compiler_plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ export class AngularCompilerPlugin implements Tapable {
520520
// Handle parent process exit.
521521
const handleParentProcessExit = () => this._killForkedTypeChecker();
522522
process.once('exit', handleParentProcessExit);
523-
process.once('SIGINT', handleParentProcessExit);
524523
process.once('uncaughtException', handleParentProcessExit);
525524
}
526525

0 commit comments

Comments
 (0)