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:
@@ -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