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:
@@ -281,7 +281,7 @@ pub fn exec(cmd string) ?Result {
|
||||
break
|
||||
}
|
||||
}
|
||||
soutput := read_data.str().trim_space()
|
||||
soutput := read_data.str()
|
||||
read_data.free()
|
||||
exit_code := u32(0)
|
||||
C.WaitForSingleObject(proc_info.h_process, C.INFINITE)
|
||||
|
||||
Reference in New Issue
Block a user