mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix references to time.wait -> time.sleep
This commit is contained in:
@ -57,7 +57,7 @@ fn main() {
|
||||
if s == 'STOP' {
|
||||
break
|
||||
}
|
||||
time.wait(delay * time.millisecond)
|
||||
time.sleep(delay * time.millisecond)
|
||||
}
|
||||
pmessage()
|
||||
pmessage()
|
||||
|
Reference in New Issue
Block a user