Unstaged changes for posterity

This commit is contained in:
2025-07-05 18:38:14 +10:00
parent a8e16a5183
commit 8920e205be
3 changed files with 20 additions and 24 deletions

View File

@ -32,7 +32,7 @@ struct DpkGraphCommand: AsyncParsableCommand {
#else
do {
let sorted = try graph.parallelOrderSort()
print(sorted.count)
print(sorted)
} catch {
fatalError(error.localizedDescription)
}