From 2d404a5a2425e4ba3328d50250b5dc5415fa0c04 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 18 Dec 2018 22:42:19 -0800 Subject: [PATCH] undo last commit (meant to send a PR instead) --- lib/pure/osproc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 85460bd67c..b2239b9c55 100644 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -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 absolute value of all processes + ## that execute in parallel. The highest return value of all processes ## is returned. Runs `beforeRunEvent` before running each command. assert n > 0