mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Ignore input to the execa terminal process (#9827)
This commit is contained in:
parent
0ed5f3ccd4
commit
3178113402
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ export class ExecaTerminalProcess extends BaseTerminalProcess {
|
|||
shell: true,
|
||||
cwd: this.terminal.getCurrentWorkingDirectory(),
|
||||
all: true,
|
||||
// Ignore stdin to ensure non-interactive mode and prevent hanging
|
||||
stdin: "ignore",
|
||||
env: {
|
||||
...process.env,
|
||||
// Ensure UTF-8 encoding for Ruby, CocoaPods, etc.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue