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