diff --git a/src/server/electron/electron.ts b/src/server/electron/electron.ts index 0279f6cf22210..98082e693fe62 100644 --- a/src/server/electron/electron.ts +++ b/src/server/electron/electron.ts @@ -158,6 +158,9 @@ export class Electron { cwd: options.cwd, tempDirectories: [], attemptToGracefullyClose: () => app!.close(), + handleSIGINT: true, + handleSIGTERM: true, + handleSIGHUP: true, onExit: () => {}, });