mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +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 {
|
do {
|
||||||
let results = try searcher.search(for: searchTerm).wait()
|
let results = try searcher.search(for: searchTerm).wait()
|
||||||
guard let result = results.first else {
|
guard let result = results.first else {
|
||||||
printError("No results found")
|
|
||||||
throw MASError.noSearchResultsFound
|
throw MASError.noSearchResultsFound
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue