mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
deps: use newer version of terminal_size
This commit is contained in:
parent
8d7e21f99f
commit
0a4437f5b5
4 changed files with 22 additions and 47 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue