mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
os api: flush_stdout => flush
This commit is contained in:
parent
895a1711cb
commit
ea10f44fe6
5 changed files with 11 additions and 6 deletions
|
@ -848,7 +848,7 @@ pub fn (v &V) log(s string) {
|
|||
|
||||
pub fn verror(s string) {
|
||||
println('V error: $s')
|
||||
os.flush_stdout()
|
||||
os.flush()
|
||||
exit(1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue