fix(core): fix process hanging for ctrl C (#3856)
This commit is contained in:
parent
6c4aacf212
commit
8e519cd8e4
@ -342,6 +342,7 @@ export class TaskOrchestrator {
|
|||||||
this.processes.forEach((p) => {
|
this.processes.forEach((p) => {
|
||||||
p.kill('SIGINT');
|
p.kill('SIGINT');
|
||||||
});
|
});
|
||||||
|
process.exit();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user