diff options
| author | Dax Raad <[email protected]> | 2025-05-28 17:24:15 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-28 17:24:21 -0400 |
| commit | e88264075a8b67c46b57d13db8488f4f01e7f9f1 (patch) | |
| tree | 74aeb70ee3625355ab5c0440451505ca10997a80 /js/src/bun | |
| parent | 041a080a139a06402d9c0ce4d37622f9eb49e729 (diff) | |
| download | opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.tar.gz opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.zip | |
sync
Diffstat (limited to 'js/src/bun')
| -rw-r--r-- | js/src/bun/index.ts | 2 |
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" }); |
