mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
misc improvements
This commit is contained in:
parent
c47fff04d2
commit
f620508a37
6 changed files with 14 additions and 46 deletions
|
@ -649,7 +649,7 @@ pub fn handle_error_module(
|
|||
|
||||
let problems = report_problems_typechecked(&mut module);
|
||||
|
||||
problems.print_to_stdout(total_time);
|
||||
problems.print_error_warning_count(total_time);
|
||||
|
||||
if print_run_anyway_hint {
|
||||
// If you're running "main.roc" then you can just do `roc run`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue