mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* Fixes https://github.com/oven-sh/bun/issues/1675 * Add fallback for Bun.write * Update blob.zig * Fix test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2 lines
79 B
JavaScript
Generated
2 lines
79 B
JavaScript
Generated
await Bun.write(Bun.file(process.argv.at(-1)), Bun.file(process.argv.at(-2)));
|