mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
os.File clean up + socket.v (dial())
This commit is contained in:
parent
386367c3d5
commit
61b51f6149
6 changed files with 94 additions and 9 deletions
|
@ -236,7 +236,7 @@ fn (p mut Parser) parse() {
|
|||
}
|
||||
if true && !p.first_run() && p.fileis('test') {
|
||||
out := os.create('/var/tmp/fmt.v')
|
||||
out.appendln(p.scanner.fmt_out.str())
|
||||
out.writeln(p.scanner.fmt_out.str())
|
||||
out.close()
|
||||
}
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue