Rename GEMINI_CLI_NO_RELAUNCH to QWEN_CODE_NO_RELAUNCH

This commit is contained in:
Alexander Farber 2025-12-10 13:48:01 +01:00
parent 95d3e5b744
commit bf905dcc17
No known key found for this signature in database
5 changed files with 13 additions and 13 deletions

View file

@ -92,7 +92,7 @@ function getNodeMemoryArgs(isDebugMode: boolean): string[] {
);
}
if (process.env['GEMINI_CLI_NO_RELAUNCH']) {
if (process.env['QWEN_CODE_NO_RELAUNCH']) {
return [];
}