fix(web): hide daemon/git console windows on Windows (#653)

This commit is contained in:
Sergio
2026-03-13 11:13:36 +02:00
committed by GitHub
parent 9fb7c90dbd
commit 875491c438
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -2731,6 +2731,7 @@ const commands = {
const child = spawn(runtimeBin, serverArgs, {
detached: true,
windowsHide: true,
stdio: ['ignore', logFd, logFd, 'ipc'],
env: {
...process.env,