deps: use newer version of terminal_size

This commit is contained in:
iff 2024-12-10 15:16:32 +01:00
parent 8d7e21f99f
commit 0a4437f5b5
4 changed files with 22 additions and 47 deletions

View file

@ -312,6 +312,7 @@ pub fn module_output(data: &Data, module: &str) -> Option<Vec<String>> {
.env("_PR_LAST_COMMAND", last_command)
.env("_PR_ERROR_MSG", error_msg)
.env("_PR_EXECUTABLES", executables)
.stderr(std::process::Stdio::inherit())
.output()
.expect("failed to execute process");