summaryrefslogtreecommitdiffhomepage
path: root/js/src/bun
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/bun')
-rw-r--r--js/src/bun/index.ts2
1 files changed, 1 insertions, 1 deletions
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" });