This commit is contained in:
figsoda 2022-10-13 11:51:35 -04:00
parent d4766c4bf3
commit 889f1d9c35

View File

@ -24,7 +24,7 @@ impl OutputLine for Progress {
}
fn output_line_info(&mut self, args: Arguments) {
self.bar.set_message(format!("{}[INFO]{}{args}", *YELLOW, *RESET));
self.bar.set_message(format!("{}[INFO]{} {args}", *YELLOW, *RESET));
}
}