mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Merge pull request #7296 from smores56/proper-try-keyword
Proper `try` keyword
This commit is contained in:
commit
193c23bac8
33 changed files with 1036 additions and 521 deletions
|
@ -249,6 +249,8 @@ fn main() -> io::Result<()> {
|
|||
) {
|
||||
Ok((problems, total_time)) => {
|
||||
problems.print_error_warning_count(total_time);
|
||||
println!(".\n");
|
||||
|
||||
exit_code = problems.exit_code();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue