This commit is contained in:
Richard Feldman 2022-04-20 17:14:22 -04:00
parent 41fafd85fd
commit 6c1e8d3789
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -405,7 +405,7 @@ pub fn build(matches: &ArgMatches, config: BuildConfig) -> io::Result<i32> {
std::mem::forget(arena); std::mem::forget(arena);
println!( println!(
"\x1B[{}m{}\x1B[39m {} and \x1B[{}m{}\x1B[39m {} found in {} ms while sucessfully building:\n\n {}", "\x1B[{}m{}\x1B[39m {} and \x1B[{}m{}\x1B[39m {} found in {} ms while successfully building:\n\n {}",
if problems.errors == 0 { if problems.errors == 0 {
32 // green 32 // green
} else { } else {