diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 4c9d0dfb..022328e6 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1391,6 +1391,10 @@ private extension AppManager group.beginInstallationHandler?(installedApp) } + // TODO: @mahee96: retire excessive completion handlers in the callback for each operation + // These spam the Error log since they don't prematurely flush the operation pipeline when an error occurs + // Need to investigate why premature flush isn't hapenning. + var downloadingApp = app if let installedApp = app as? InstalledApp