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:
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
|
||||
|
Reference in New Issue
Block a user