From acd3c135cff7e06421050327b3b5a3e414c5adff Mon Sep 17 00:00:00 2001 From: kursad-k <67970138+kursad-k@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:09:51 -0500 Subject: [PATCH] =?UTF-8?q?fix(desktop):=20synchronously=20kill=20orphaned?= =?UTF-8?q?=20goose=20serve=20backends=20on=20GUI=E2=80=A6=20(#10292)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kursad --- ui/desktop/src/gooseServe.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/desktop/src/gooseServe.ts b/ui/desktop/src/gooseServe.ts index bfaccaed1..f22274681 100644 --- a/ui/desktop/src/gooseServe.ts +++ b/ui/desktop/src/gooseServe.ts @@ -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'], };