mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Enforce shutdown timer and sequence on SIGINT for main (#10346)
This commit is contained in:
@@ -332,7 +332,7 @@ export class Start extends BaseCommand {
|
||||
this.openBrowser();
|
||||
} else if (key.charCodeAt(0) === 3) {
|
||||
// Ctrl + c got pressed
|
||||
void this.stopProcess();
|
||||
void this.onTerminationSignal('SIGINT')();
|
||||
} else {
|
||||
// When anything else got pressed, record it and send it on enter into the child process
|
||||
|
||||
|
||||
Reference in New Issue
Block a user