fix(desktop): synchronously kill orphaned goose serve backends on GUI… (#10292)

Co-authored-by: kursad <kursadk@neoplecxus.com>
This commit is contained in:
kursad-k
2026-07-14 23:09:51 -05:00
committed by GitHub
parent 0564b8c500
commit acd3c135cf
-1
View File
@@ -387,7 +387,6 @@ export const startGooseServe = async ({
env: buildGooseServeEnv(secretKey, goosePath, additionalEnv),
cwd: workingDir,
windowsHide: true,
detached: process.platform === 'win32',
shell: false as const,
stdio: ['ignore', 'pipe', 'pipe'] as ['ignore', 'pipe', 'pipe'],
};