mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Remove duplicate error output for lucky
.
Partial #533 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
0b9c84bcb8
commit
05674b2534
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ extension MAS {
|
|||
do {
|
||||
let results = try searcher.search(for: searchTerm).wait()
|
||||
guard let result = results.first else {
|
||||
printError("No results found")
|
||||
throw MASError.noSearchResultsFound
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue