mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os api: flush_stdout => flush
This commit is contained in:
@ -231,7 +231,7 @@ fn main() {
|
||||
|
||||
pub fn rerror(s string) {
|
||||
println('V repl error: $s')
|
||||
os.flush_stdout()
|
||||
os.flush()
|
||||
exit(1)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user