1
0
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:
Alexander Medvednikov
2020-03-22 16:55:42 +01:00
parent 99de98ffc7
commit b69ebd73b2
2 changed files with 5 additions and 3 deletions

View File

@@ -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)