mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v: fix -assert aborts
This commit is contained in:
parent
c7752ce8d3
commit
1d2ef79545
@ -220,6 +220,7 @@ pub fn parse_args(known_external_commands []string, args []string) (&Preferences
|
|||||||
exit(1)
|
exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
i++
|
||||||
}
|
}
|
||||||
'-show-timings' {
|
'-show-timings' {
|
||||||
res.show_timings = true
|
res.show_timings = true
|
||||||
|
Loading…
Reference in New Issue
Block a user