This commit is contained in:
Andreas Rumpf
2018-02-02 13:12:30 +01:00
parent c671356d51
commit 274fafb2df
13 changed files with 209 additions and 204 deletions

View File

@@ -9,7 +9,7 @@
## Module that implements ``gorge`` for the compiler.
import msgs, securehash, os, osproc, streams, strutils, options
import msgs, sha1, os, osproc, streams, strutils, options
proc readOutput(p: Process): (string, int) =
result[0] = ""