mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-28 02:04:41 +00:00
fix(shell): commands expecting stdin will be "working" indefinitely (#1964)
This commit is contained in:
parent
69117fa453
commit
86df4073d1
1 changed files with 1 additions and 0 deletions
|
|
@ -1076,6 +1076,7 @@ export namespace Session {
|
|||
const proc = spawn(shell, args, {
|
||||
cwd: app.path.cwd,
|
||||
signal: abort.signal,
|
||||
stdio: ["ignore", "pipe", "pipe"],
|
||||
env: {
|
||||
...process.env,
|
||||
TERM: "dumb",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue