mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Fix CI
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user