mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
update email to gemini-cli-dev (#510)
This commit is contained in:
@@ -291,7 +291,7 @@ export async function start_sandbox(sandbox: string) {
|
|||||||
if (!execSync(`${sandbox} images -q ${image}`).toString().trim()) {
|
if (!execSync(`${sandbox} images -q ${image}`).toString().trim()) {
|
||||||
const remedy = gcPath.includes('gemini-code/packages/')
|
const remedy = gcPath.includes('gemini-code/packages/')
|
||||||
? 'Try `scripts/build_sandbox.sh` under gemini-code repo.'
|
? 'Try `scripts/build_sandbox.sh` under gemini-code repo.'
|
||||||
: 'Please notify gemini-code-dev@google.com.';
|
: 'Please notify gemini-cli-dev@google.com.';
|
||||||
console.error(`ERROR: ${image} is missing. ${remedy}`);
|
console.error(`ERROR: ${image} is missing. ${remedy}`);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user