summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDidier Durand <[email protected]>2025-07-05 17:23:39 +0200
committerGitHub <[email protected]>2025-07-05 15:23:39 +0000
commitab96676e360b57cb5467826793288d4d6e003d60 (patch)
tree2367b013462ed831cc436b1b1632915c0aaf6e2b /scripts
parent47dc16d243d7a7fb82f52ad5028d2c0692b8e333 (diff)
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/start.js2
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 });