fix: TUI spawn: reset BUN_OPTIONS (#3606)

This commit is contained in:
Haris Gušić 2025-11-11 17:58:59 +01:00 committed by GitHub
parent fb2b3e567c
commit ca5126e24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()