mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: fix the output of v run cmd/tools/oldv.v d329e1d
-c "./v file.v"
d329e1d
-c "./v file.v"This commit is contained in:
parent
d1d4877348
commit
552daea04f
@ -171,6 +171,9 @@ fn main() {
|
||||
}
|
||||
scripting.cprint_strong('# result: ')
|
||||
print(cmdres.output)
|
||||
if !cmdres.output.ends_with('\n') {
|
||||
println('')
|
||||
}
|
||||
exit(cmdres.exit_code)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user