mirror of
https://github.com/house-of-vanity/rexec.git
synced 2026-05-07 14:59:58 +00:00
Fix CI
This commit is contained in:
+2
-2
@@ -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