add debug statement

This commit is contained in:
Daylin Morgan 2024-09-04 14:01:02 -05:00
parent 036ca7b1e5
commit 8f9de113d3
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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):