From ab96676e360b57cb5467826793288d4d6e003d60 Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Sat, 5 Jul 2025 17:23:39 +0200 Subject: fix typos in diverse files (#3284) Co-authored-by: Scott Densmore --- scripts/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/start.js') 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 }); -- cgit v1.2.3