diff --git a/core/src/shell.rs b/core/src/shell.rs index 0f2d7b8..767c2af 100644 --- a/core/src/shell.rs +++ b/core/src/shell.rs @@ -289,7 +289,6 @@ pub fn command_output(shell: &str, command: &str) -> String { .arg("-c") .arg(command) .env("LC_ALL", "C") - .stderr(Stdio::inherit()) .output() .expect("failed to execute process");