mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vup: remove empty new line on unix
This commit is contained in:
@ -66,7 +66,7 @@ fn (app App) recompile_v() {
|
||||
println('> recompiling v itself with `$vself` ...')
|
||||
}
|
||||
if self_result := os.exec(vself) {
|
||||
println(self_result.output)
|
||||
println(self_result.output.trim_space())
|
||||
if self_result.exit_code == 0 {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user