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:
@ -13,7 +13,7 @@ struct RegexMatcher: PatternMatcher {
|
||||
do {
|
||||
self._patterns = try patterns.map(Regex.init)
|
||||
} catch {
|
||||
print("Bad pattern \(error.localizedDescription)")
|
||||
eprint("Bad pattern \(error.localizedDescription)")
|
||||
throw .validationFailure
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user