mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pref: add -show-timings option
This commit is contained in:
@ -26,7 +26,7 @@ fn main() {
|
||||
exit(1)
|
||||
}
|
||||
if result.output.len > 0 {
|
||||
println(result.output)
|
||||
println(result.output.trim_space())
|
||||
}
|
||||
|
||||
v_file := if os.user_os() == 'windows' { 'v.exe' } else { 'v' }
|
||||
|
Reference in New Issue
Block a user