run prettier and add back format action (#13722)

This commit is contained in:
Jarred Sumner
2024-09-03 21:32:52 -07:00
committed by GitHub
parent 5108e3e0d9
commit cd6785771e
673 changed files with 1436 additions and 1435 deletions

View File

@@ -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");