From e88264075a8b67c46b57d13db8488f4f01e7f9f1 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 28 May 2025 17:24:15 -0400 Subject: sync --- js/src/bun/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/bun') diff --git a/js/src/bun/index.ts b/js/src/bun/index.ts index 6eb6e1bde..35e8cbbf9 100644 --- a/js/src/bun/index.ts +++ b/js/src/bun/index.ts @@ -1,4 +1,4 @@ -import path from "node:path"; +import path from "path"; import { Log } from "../util/log"; export namespace BunProc { const log = Log.create({ service: "bun" }); -- cgit v1.2.3