diff --git a/packages/cli/src/utils/sandbox.ts b/packages/cli/src/utils/sandbox.ts index cddb25066..c22bf94a5 100644 --- a/packages/cli/src/utils/sandbox.ts +++ b/packages/cli/src/utils/sandbox.ts @@ -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}`, );