From 4c27e42ef90f2df6dc82971e1dcaebfb4ff9a9b5 Mon Sep 17 00:00:00 2001 From: alii <25351731+alii@users.noreply.github.com> Date: Wed, 21 May 2025 00:26:55 +0000 Subject: [PATCH] `bun run prettier` --- scripts/sync-webkit-source.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-webkit-source.ts b/scripts/sync-webkit-source.ts index 9e7eb2601f..425f85a4ff 100644 --- a/scripts/sync-webkit-source.ts +++ b/scripts/sync-webkit-source.ts @@ -1,5 +1,5 @@ -import { join, dirname } from "node:path"; import { existsSync } from "node:fs"; +import { dirname, join } from "node:path"; const bunRepo = dirname(import.meta.dir); const webkitRepo = join(bunRepo, "vendor/WebKit");