mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
v.builder: fix ./v -check -stats examples/hello_world.v
This commit is contained in:
parent
7d5e513c69
commit
1449689f2b
1 changed files with 0 additions and 1 deletions
|
@ -542,7 +542,6 @@ pub fn (mut b Builder) print_warnings_and_errors() {
|
||||||
if b.nr_errors > 0 {
|
if b.nr_errors > 0 {
|
||||||
exit(1)
|
exit(1)
|
||||||
}
|
}
|
||||||
exit(0)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if b.pref.is_verbose && b.checker.nr_warnings > 1 {
|
if b.pref.is_verbose && b.checker.nr_warnings > 1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue