mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
add debug statement
This commit is contained in:
parent
036ca7b1e5
commit
8f9de113d3
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ proc cmpDrv(x, y: Derivation): int =
|
|||
cmp(x.name, y.name)
|
||||
|
||||
proc parseDryRunOutput(err: string): DryRunOutput =
|
||||
debug "parsing result of dry run"
|
||||
let lines = err.strip().splitLines()
|
||||
let theseLines = collect:
|
||||
for i, line in enumerate(lines):
|
||||
|
|
Loading…
Reference in a new issue