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",
|
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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue