diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index ad2a5e2d..18605dea 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1207,7 +1207,7 @@ private extension AppManager } catch { - group.context.error = error + context.error = error operation.finish() } }