This commit is contained in:
2023-09-08 12:32:21 +03:00
parent c5920780a2
commit 2ef0f8f320
2 changed files with 3 additions and 3 deletions

View File

@@ -293,9 +293,9 @@ fn main() {
"" => {}
_ => {
let prefix = if output.exit_status != 0 {
format!("{}", "".cyan())
format!("{}", "".cyan())
} else {
format!("{}", "".green())
format!("{}", "".green())
};
for line in stdout.lines() {
println!("{} {}", prefix, line);