mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
run prettier and add back format action (#13722)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import path from "node:path";
|
||||
import NodeErrors from "../bun.js/bindings/ErrorCode.ts";
|
||||
const outputDir = process.argv[2];
|
||||
import path from "node:path";
|
||||
|
||||
if (!outputDir) {
|
||||
throw new Error("Missing output directory");
|
||||
|
||||
Reference in New Issue
Block a user