mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
misc improvements
This commit is contained in:
parent
c47fff04d2
commit
f620508a37
6 changed files with 14 additions and 46 deletions
|
@ -123,7 +123,7 @@ pub fn generate(
|
|||
"if there are errors, they should have been returned as an error variant"
|
||||
);
|
||||
if problems.warnings > 0 {
|
||||
problems.print_to_stdout(total_time);
|
||||
problems.print_error_warning_count(total_time);
|
||||
println!(
|
||||
".\n\nRunning glue despite warnings…\n\n\x1B[36m{}\x1B[39m",
|
||||
"─".repeat(80)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue