mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
parent
47dc16d243
commit
ab96676e36
13 changed files with 16 additions and 16 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue