From f2d2083b943a8d97bb061ca500aea125d63cf44b Mon Sep 17 00:00:00 2001 From: DoSun Date: Wed, 13 May 2026 10:05:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20CSC=5FCLOUD=5FINVO?= =?UTF-8?q?KER=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cli/handlers/cloud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/handlers/cloud.ts b/src/cli/handlers/cloud.ts index 3ce065517..a7850598a 100644 --- a/src/cli/handlers/cloud.ts +++ b/src/cli/handlers/cloud.ts @@ -227,7 +227,7 @@ async function runCsCloud(args: string[]): Promise { const child = spawn(bin, args, { stdio: "inherit", windowsHide: false, - env: { ...process.env }, + env: { ...process.env, CSC_CLOUD_INVOKER: "csc" }, }) const code = await new Promise((resolve) => { child.on("error", (err) => {