fix(shell): commands expecting stdin will be "working" indefinitely (#1964)
This commit is contained in:
@@ -1076,6 +1076,7 @@ export namespace Session {
|
|||||||
const proc = spawn(shell, args, {
|
const proc = spawn(shell, args, {
|
||||||
cwd: app.path.cwd,
|
cwd: app.path.cwd,
|
||||||
signal: abort.signal,
|
signal: abort.signal,
|
||||||
|
stdio: ["ignore", "pipe", "pipe"],
|
||||||
env: {
|
env: {
|
||||||
...process.env,
|
...process.env,
|
||||||
TERM: "dumb",
|
TERM: "dumb",
|
||||||
|
|||||||
Reference in New Issue
Block a user