Update osproc.nim (#10043)

This commit is contained in:
Timothee Cour
2018-12-19 02:25:50 -08:00
committed by Andreas Rumpf
parent 3300c8a500
commit 37cb5e8f53

View File

@@ -229,7 +229,7 @@ proc execProcesses*(cmds: openArray[string],
{.rtl, extern: "nosp$1",
tags: [ExecIOEffect, TimeEffect, ReadEnvEffect, RootEffect]} =
## executes the commands `cmds` in parallel. Creates `n` processes
## that execute in parallel. The highest return value of all processes
## that execute in parallel. The highest (absolute) return value of all processes
## is returned. Runs `beforeRunEvent` before running each command.
assert n > 0