From d208189f174e69bb4cfdd954da25a69da0a28cb3 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 03:04:50 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- scripts/machine.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/machine.mjs b/scripts/machine.mjs index 030e8315ad..5380c65574 100755 --- a/scripts/machine.mjs +++ b/scripts/machine.mjs @@ -1391,7 +1391,9 @@ async function main() { if (cloud.name === "docker" || features?.includes("docker")) { return; } - await machine.spawnSafe(["C:\\Scoop\\apps\\nodejs\\current\\node.exe", remotePath, "install"], { stdio: "inherit" }); + await machine.spawnSafe(["C:\\Scoop\\apps\\nodejs\\current\\node.exe", remotePath, "install"], { + stdio: "inherit", + }); }); } else { const tmpPath = "/tmp/agent.mjs";