chore(electron): remove obsolete debugger flags

This commit is contained in:
RainbowBird
2026-07-28 22:01:06 +08:00
parent cb2cac6fbc
commit e38c3144ce
5 changed files with 0 additions and 5 deletions
@@ -398,7 +398,6 @@ function startStage(debugPort: number, heartbeatLines: string[]): ChildProcessWi
...env,
APP_REMOTE_DEBUG: 'true',
APP_REMOTE_DEBUG_PORT: String(debugPort),
APP_REMOTE_DEBUG_NO_OPEN: 'true',
APP_USER_DATA_PATH: userDataDir,
AIRI_DESKTOP_OVERLAY: '1',
AIRI_DESKTOP_OVERLAY_POLL_HEARTBEAT: '1',
@@ -501,7 +501,6 @@ async function main() {
...env,
APP_REMOTE_DEBUG: 'true',
APP_REMOTE_DEBUG_PORT: String(debugPort),
APP_REMOTE_DEBUG_NO_OPEN: 'true',
},
stdio: 'pipe',
})
@@ -666,7 +666,6 @@ async function main() {
...env,
APP_REMOTE_DEBUG: 'true',
APP_REMOTE_DEBUG_PORT: String(debugPort),
APP_REMOTE_DEBUG_NO_OPEN: 'true',
APP_USER_DATA_PATH: userDataDir,
},
stdio: 'pipe',
@@ -658,7 +658,6 @@ async function main() {
...env,
APP_REMOTE_DEBUG: 'true',
APP_REMOTE_DEBUG_PORT: String(debugPort),
APP_REMOTE_DEBUG_NO_OPEN: 'true',
},
stdio: 'pipe',
})
@@ -554,7 +554,6 @@ async function main() {
...env,
APP_REMOTE_DEBUG: 'true',
APP_REMOTE_DEBUG_PORT: String(debugPort),
APP_REMOTE_DEBUG_NO_OPEN: 'true',
},
stdio: 'pipe',
})