summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-02-02 16:22:03 -0600
committerGitHub <[email protected]>2026-02-02 16:22:03 -0600
commitf86f654cdab5d9824982aa49629a7bb7330e7abd (patch)
tree4ce63ef507f09b252ae34f8caa737df29752019b /packages
parentaadd2e13d785dc9c4e78cbb1812d6a0eefc2f4d1 (diff)
downloadopencode-f86f654cdab5d9824982aa49629a7bb7330e7abd.tar.gz
opencode-f86f654cdab5d9824982aa49629a7bb7330e7abd.zip
chore: rm dead code (#11849)
Diffstat (limited to 'packages')
-rw-r--r--packages/opencode/src/bun/index.ts2
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", {