mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: use process.env.CLI_VERSION to avoid conflicts with NODE_ENV (#139)
This commit is contained in:
@@ -24,8 +24,8 @@ if scripts/sandbox_command.sh -q; then
|
||||
else
|
||||
echo "WARNING: OUTSIDE SANDBOX. See README.md to enable sandboxing."
|
||||
if [ -n "${DEBUG:-}" ]; then
|
||||
NODE_ENV='development' node --inspect-brk node_modules/@gemini-code/cli "$@"
|
||||
CLI_VERSION='development' node --inspect-brk node_modules/@gemini-code/cli "$@"
|
||||
else
|
||||
NODE_ENV='development' node node_modules/@gemini-code/cli "$@"
|
||||
CLI_VERSION='development' node node_modules/@gemini-code/cli "$@"
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user