tools: fix the output of `v run cmd/tools/oldv.v d329e1d
-c "./v file.v"`
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