fix: update mail

This commit is contained in:
mingholy.lmh 2026-02-15 11:45:35 +08:00
parent ee5e47bb5f
commit 020c78b43b

View file

@ -390,7 +390,7 @@ export async function start_sandbox(
const remedy =
image === LOCAL_DEV_SANDBOX_IMAGE_NAME
? 'Try running `npm run build:all` or `npm run build:sandbox` under the qwen-code repo to build it locally, or check the image name and your network connection.'
: 'Please check the image name, your network connection, or notify qwen-code-dev@alibaba-inc.com if the issue persists.';
: 'Please check the image name, your network connection, or notify qwen-code-dev@service.alibaba.com if the issue persists.';
throw new FatalSandboxError(
`Sandbox image '${image}' is missing or could not be pulled. ${remedy}`,
);