fix(desktop): synchronously kill orphaned goose serve backends on GUI… (#10292)
Co-authored-by: kursad <kursadk@neoplecxus.com>
This commit is contained in:
@@ -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'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user