fix(web): hide daemon/git console windows on Windows (#653)
This commit is contained in:
@@ -2731,6 +2731,7 @@ const commands = {
|
||||
|
||||
const child = spawn(runtimeBin, serverArgs, {
|
||||
detached: true,
|
||||
windowsHide: true,
|
||||
stdio: ['ignore', logFd, logFd, 'ipc'],
|
||||
env: {
|
||||
...process.env,
|
||||
|
||||
Reference in New Issue
Block a user