mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +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>
4 lines
102 B
JavaScript
Generated
4 lines
102 B
JavaScript
Generated
const { copyFileSync } = require("node:fs");
|
|
|
|
copyFileSync(process.argv.at(-2), process.argv.at(-1));
|