fix package graph

This commit is contained in:
Alex Zenla
2025-02-16 17:48:04 -08:00
committed by a dinosaur
parent d8a17ffd24
commit a8e16a5183
3 changed files with 42 additions and 36 deletions

View File

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