mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Initial working version of proper try
keyword
This commit is contained in:
parent
a7168a4ad6
commit
eedade8e81
33 changed files with 1036 additions and 521 deletions
|
@ -33,7 +33,7 @@ impl Problems {
|
|||
const YELLOW: &str = ANSI_STYLE_CODES.yellow;
|
||||
const RESET: &str = ANSI_STYLE_CODES.reset;
|
||||
|
||||
println!(
|
||||
print!(
|
||||
"{}{}{} {} and {}{}{} {} found in {} ms",
|
||||
match self.errors {
|
||||
0 => GREEN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue