mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
fix typo
This commit is contained in:
parent
41fafd85fd
commit
6c1e8d3789
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue