fix: TUI spawn: reset BUN_OPTIONS (#3606)
parent
fb2b3e567c
commit
ca5126e24d
|
|
@ -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…
Reference in New Issue