mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update test
This commit is contained in:
@@ -826,7 +826,7 @@ const build = await Bun.build(options);
|
||||
if (build.logs) {
|
||||
throw build.logs;
|
||||
}
|
||||
for (const blob of build.outputs) {
|
||||
for (const [key, blob] of build.outputs) {
|
||||
await Bun.write(path.join(options.outdir, blob.path), blob.result);
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user