mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: TUI spawn: reset BUN_OPTIONS (#3606)
This commit is contained in:
parent
fb2b3e567c
commit
ca5126e24d
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue