mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: minor fixes. v2 can now compile itself!
This commit is contained in:
@@ -210,7 +210,7 @@ pub fn exec(cmd string) ?Result {
|
||||
res.write_bytes( buf, vstrlen(buf) )
|
||||
}
|
||||
soutput := res.str().trim_space()
|
||||
res.free()
|
||||
//res.free()
|
||||
exit_code := vpclose(f)
|
||||
// if exit_code != 0 {
|
||||
// return error(res)
|
||||
|
||||
Reference in New Issue
Block a user