[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-13 03:04:50 +00:00
committed by GitHub
parent 57a7345a39
commit d208189f17

View File

@@ -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";