diff options
Diffstat (limited to 'lib/pure/osproc.nim')
-rw-r--r-- | lib/pure/osproc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index d72ed1772..f0542ea98 100644 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -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: |