diff options
| author | Aiden Cline <[email protected]> | 2026-02-02 16:22:03 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-02 16:22:03 -0600 |
| commit | f86f654cdab5d9824982aa49629a7bb7330e7abd (patch) | |
| tree | 4ce63ef507f09b252ae34f8caa737df29752019b /packages | |
| parent | aadd2e13d785dc9c4e78cbb1812d6a0eefc2f4d1 (diff) | |
| download | opencode-f86f654cdab5d9824982aa49629a7bb7330e7abd.tar.gz opencode-f86f654cdab5d9824982aa49629a7bb7330e7abd.zip | |
chore: rm dead code (#11849)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/bun/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/opencode/src/bun/index.ts b/packages/opencode/src/bun/index.ts index a18bbd14d..8d061aed5 100644 --- a/packages/opencode/src/bun/index.ts +++ b/packages/opencode/src/bun/index.ts @@ -5,12 +5,10 @@ import path from "path" import { Filesystem } from "../util/filesystem" import { NamedError } from "@opencode-ai/util/error" import { readableStreamToText } from "bun" -import { createRequire } from "module" import { Lock } from "../util/lock" export namespace BunProc { const log = Log.create({ service: "bun" }) - const req = createRequire(import.meta.url) export async function run(cmd: string[], options?: Bun.SpawnOptions.OptionsObject<any, any, any>) { log.info("running", { |
