diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 61262e09..4554a57a 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1914,6 +1914,7 @@ private extension AppManager switch error { case is CancellationError: return // Don't log CancellationErrors + case let nsError as NSError where nsError.domain == CancellationError()._domain: return default: break }