prefer to print to stderr for console chatter

This commit is contained in:
2024-11-17 02:59:13 +11:00
parent 20e76918fe
commit c239b8e424
9 changed files with 29 additions and 10 deletions

View File

@ -45,6 +45,7 @@ public extension ApkIndex {
}
local = URL(filePath: repository.localName)
case .update:
//FIXME: Don't call print in the lib
print("Fetching \"\(repository.resolved)\"")
local = try await ApkIndexDownloader.fetch(repository: repository)
}