mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: typo in wait
This commit is contained in:
parent
d5f90ef64b
commit
c1c2b648ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@ info.log
|
||||
|
||||
# vim/emacs editor backup files
|
||||
*~
|
||||
thirdparty/freetype/
|
||||
|
@ -1063,7 +1063,7 @@ pub fn wait() int {
|
||||
$if !windows {
|
||||
pid = C.wait(0)
|
||||
}
|
||||
$if !windows {
|
||||
$if windows {
|
||||
panic('os.wait not supported in windows') // TODO
|
||||
}
|
||||
return pid
|
||||
|
Loading…
Reference in New Issue
Block a user