v.builder: fix ./v -check -stats examples/hello_world.v

This commit is contained in:
Delyan Angelov 2024-11-21 19:53:32 +02:00
parent 7d5e513c69
commit 1449689f2b

View file

@ -542,7 +542,6 @@ pub fn (mut b Builder) print_warnings_and_errors() {
if b.nr_errors > 0 {
exit(1)
}
exit(0)
}
if b.pref.is_verbose && b.checker.nr_warnings > 1 {