diff options
Diffstat (limited to 'scripts/start.js')
| -rw-r--r-- | scripts/start.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start.js b/scripts/start.js index 373fe8c8..5ff1a3ac 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -66,7 +66,7 @@ const env = { if (process.env.DEBUG) { // If this is not set, the debugger will pause on the outer process rather - // than the relauncehd process making it harder to debug. + // than the relaunched process making it harder to debug. env.GEMINI_CLI_NO_RELAUNCH = 'true'; } const child = spawn('node', nodeArgs, { stdio: 'inherit', env }); |
