Skip to content

Commit

Permalink
v.builder: fix ./v -check -stats examples/hello_world.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 23, 2024
1 parent 7d5e513 commit 1449689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/builder/builder.v
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1449689

Please sign in to comment.