Drop assertion on legit intents scenario
This commit is contained in:
parent
f95e4f228d
commit
6031d0119a
|
@ -24,7 +24,7 @@
|
|||
//
|
||||
|
||||
import Foundation
|
||||
import PassepartoutCore
|
||||
import PassepartoutLibrary
|
||||
|
||||
extension Constants.App {
|
||||
static func tunnelBundleId(_ vpnProtocol: VPNProtocolType) -> String {
|
||||
|
|
|
@ -27,6 +27,7 @@ import Foundation
|
|||
import Intents
|
||||
import IntentsUI
|
||||
import Combine
|
||||
import PassepartoutLibrary
|
||||
|
||||
@MainActor
|
||||
class IntentsManager: NSObject, ObservableObject {
|
||||
|
@ -54,7 +55,7 @@ class IntentsManager: NSObject, ObservableObject {
|
|||
}
|
||||
isReloadingShortcuts = false
|
||||
} catch {
|
||||
assertionFailure("Unable to fetch existing shortcuts: \(error)")
|
||||
pp_log.error("Unable to fetch existing shortcuts: \(error)")
|
||||
isReloadingShortcuts = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue