diff options
| author | Didier Durand <[email protected]> | 2025-07-05 17:23:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-05 15:23:39 +0000 |
| commit | ab96676e360b57cb5467826793288d4d6e003d60 (patch) | |
| tree | 2367b013462ed831cc436b1b1632915c0aaf6e2b /scripts | |
| parent | 47dc16d243d7a7fb82f52ad5028d2c0692b8e333 (diff) | |
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'scripts')
| -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 }); |
