mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
prefer to print to stderr for console chatter
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user