Skip to content

Commit 8e519cd

Browse files
authored
fix(core): fix process hanging for ctrl C (#3856)
1 parent 6c4aacf commit 8e519cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/workspace/src/tasks-runner/task-orchestrator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export class TaskOrchestrator {
342342
this.processes.forEach((p) => {
343343
p.kill('SIGINT');
344344
});
345+
process.exit();
345346
});
346347
}
347348
}

0 commit comments

Comments
 (0)