Skip to content

Commit f86f654

Browse files
authored
chore: rm dead code (anomalyco#11849)
1 parent aadd2e1 commit f86f654

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/opencode/src/bun/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ import path from "path"
55
import { Filesystem } from "../util/filesystem"
66
import { NamedError } from "@opencode-ai/util/error"
77
import { readableStreamToText } from "bun"
8-
import { createRequire } from "module"
98
import { Lock } from "../util/lock"
109

1110
export namespace BunProc {
1211
const log = Log.create({ service: "bun" })
13-
const req = createRequire(import.meta.url)
1412

1513
export async function run(cmd: string[], options?: Bun.SpawnOptions.OptionsObject<any, any, any>) {
1614
log.info("running", {

0 commit comments

Comments
 (0)