Skip to content

Commit 1449689

Browse files
committed
v.builder: fix ./v -check -stats examples/hello_world.v
1 parent 7d5e513 commit 1449689

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vlib/v/builder/builder.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ pub fn (mut b Builder) print_warnings_and_errors() {
542542
if b.nr_errors > 0 {
543543
exit(1)
544544
}
545-
exit(0)
546545
}
547546

548547
if b.pref.is_verbose && b.checker.nr_warnings > 1 {

0 commit comments

Comments
 (0)