mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Remove warnings for old env var names. (#920)
This commit is contained in:
committed by
GitHub
parent
e92b7dfd74
commit
97e08fc804
@@ -63,13 +63,6 @@ if (!geminiSandbox) {
|
||||
geminiSandbox = process.env.GEMINI_SANDBOX;
|
||||
}
|
||||
|
||||
if (process.env.GEMINI_CODE_SANDBOX) {
|
||||
console.warn(
|
||||
'WARNING: GEMINI_CODE_SANDBOX is deprecated. Use GEMINI_SANDBOX instead.',
|
||||
);
|
||||
geminiSandbox = process.env.GEMINI_CODE_SANDBOX;
|
||||
}
|
||||
|
||||
geminiSandbox = (geminiSandbox || '').toLowerCase();
|
||||
|
||||
const commandExists = (cmd) => {
|
||||
|
||||
Reference in New Issue
Block a user