mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update runner.node.mjs
This commit is contained in:
@@ -55,7 +55,6 @@ async function getSecret(secret) {
|
||||
|
||||
const proc = spawn("buildkite-agent", ["secret", "get", secret], {
|
||||
encoding: "utf-8",
|
||||
timeout: spawnTimeout,
|
||||
stdio: ["inherit", "pipe", "inherit"],
|
||||
});
|
||||
let { resolve, reject, promise } = Promise.withResolvers();
|
||||
|
||||
Reference in New Issue
Block a user