mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user