fix: attach stderr in exec_internal
This commit is contained in:
+1
-1
@@ -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]),
|
||||||
|
|||||||
Reference in New Issue
Block a user