mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: not getting stderr output
This commit is contained in:
parent
cc9659e0aa
commit
430b957541
1 changed files with 0 additions and 1 deletions
|
|
@ -289,7 +289,6 @@ pub fn command_output(shell: &str, command: &str) -> String {
|
||||||
.arg("-c")
|
.arg("-c")
|
||||||
.arg(command)
|
.arg(command)
|
||||||
.env("LC_ALL", "C")
|
.env("LC_ALL", "C")
|
||||||
.stderr(Stdio::inherit())
|
|
||||||
.output()
|
.output()
|
||||||
.expect("failed to execute process");
|
.expect("failed to execute process");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue