fix: attach stderr in exec_internal

This commit is contained in:
Jack Wills
2024-10-21 15:32:34 +00:00
parent a9844436d0
commit 289ede3f25
+1 -1
View File
@@ -241,7 +241,7 @@ impl ExecMode {
id.get(), id.get(),
CreateExecOptions { CreateExecOptions {
attach_stdout: Some(true), attach_stdout: Some(true),
attach_stderr: Some(false), attach_stderr: Some(true),
attach_stdin: Some(true), attach_stdin: Some(true),
tty: Some(true), tty: Some(true),
cmd: Some(vec![command::SH]), cmd: Some(vec![command::SH]),