mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 16:34:31 -07:00
Skip binary CLI relaunch (#26261)
This commit is contained in:
@@ -125,7 +125,11 @@ export function getNodeMemoryArgs(isDebugMode: boolean): string[] {
|
||||
);
|
||||
}
|
||||
|
||||
if (process.env['GEMINI_CLI_NO_RELAUNCH']) {
|
||||
if (
|
||||
process.env['IS_BINARY'] === 'true' ||
|
||||
process.env['GEMINI_CLI_NO_RELAUNCH'] ||
|
||||
process.env['SANDBOX']
|
||||
) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user