mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 12:34:38 -07:00
fix punycode2 (#20154)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ execSync('node ./scripts/check-build-status.js', {
|
||||
cwd: root,
|
||||
});
|
||||
|
||||
const nodeArgs = [];
|
||||
const nodeArgs = ['--no-warnings=DEP0040'];
|
||||
let sandboxCommand = undefined;
|
||||
try {
|
||||
sandboxCommand = execSync('node scripts/sandbox_command.js', {
|
||||
|
||||
Reference in New Issue
Block a user