mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-25 18:54:56 +01:00
fix: TUI spawn: reset BUN_OPTIONS (#3606)
This commit is contained in:
@@ -48,6 +48,10 @@ export const TuiSpawnCommand = cmd({
|
|||||||
stdout: "inherit",
|
stdout: "inherit",
|
||||||
stderr: "inherit",
|
stderr: "inherit",
|
||||||
stdin: "inherit",
|
stdin: "inherit",
|
||||||
|
env: {
|
||||||
|
...process.env,
|
||||||
|
BUN_OPTIONS: "",
|
||||||
|
}
|
||||||
})
|
})
|
||||||
await proc.exited
|
await proc.exited
|
||||||
await Instance.disposeAll()
|
await Instance.disposeAll()
|
||||||
|
|||||||
Reference in New Issue
Block a user