We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856e1e2 commit c264e9cCopy full SHA for c264e9c
packages/opencode/src/pty/index.ts
@@ -28,7 +28,6 @@ export namespace Pty {
28
: ""
29
}`,
30
)
31
- console.log(path)
32
process.env.BUN_PTY_LIB = path
33
const { spawn } = await import("bun-pty")
34
return spawn
0 commit comments