mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 06:00:45 -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)
|
cmp(x.name, y.name)
|
||||||
|
|
||||||
proc parseDryRunOutput(err: string): DryRunOutput =
|
proc parseDryRunOutput(err: string): DryRunOutput =
|
||||||
|
debug "parsing result of dry run"
|
||||||
let lines = err.strip().splitLines()
|
let lines = err.strip().splitLines()
|
||||||
let theseLines = collect:
|
let theseLines = collect:
|
||||||
for i, line in enumerate(lines):
|
for i, line in enumerate(lines):
|
||||||
|
|
Loading…
Reference in a new issue