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