From 2a473328020f7f14fa7447127f0691f19220926a Mon Sep 17 00:00:00 2001 From: msojocs Date: Wed, 22 Jan 2025 13:32:28 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=B8=A6=E5=85=A5=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/runner/binary-windows.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runner/binary-windows.ts b/test/runner/binary-windows.ts index dff70f9..e4544e1 100644 --- a/test/runner/binary-windows.ts +++ b/test/runner/binary-windows.ts @@ -49,6 +49,7 @@ const wcc = (args: string[], projectPath: string): Promise => { args, { cwd: projectPath, + env: process.env, } ); const spwanData: any[] = [],