mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
update no-validate-exceptions.txt (#22907)
This commit is contained in:
@@ -658,6 +658,7 @@ async function runTests() {
|
||||
const buildResult = await spawnBun(execPath, {
|
||||
cwd: vendorPath,
|
||||
args: ["run", "build"],
|
||||
timeout: 60_000,
|
||||
});
|
||||
if (!buildResult.ok) {
|
||||
throw new Error(`Failed to build vendor: ${buildResult.error}`);
|
||||
|
||||
Reference in New Issue
Block a user