mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
Fix
This commit is contained in:
@@ -315,7 +315,7 @@ proc execProcesses*(cmds: openArray[string],
|
||||
options = options + {poEvalCommand})
|
||||
when defined(windows):
|
||||
w[rexit] = q[rexit].fProcessHandle
|
||||
inc(i)
|
||||
inc(i)
|
||||
else:
|
||||
when defined(windows):
|
||||
for k in 0..wcount - 1:
|
||||
|
||||
Reference in New Issue
Block a user