mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[TODO]: Added TODO for cleanup of Error Logging during AppOperation
This commit is contained in:
@@ -1391,6 +1391,10 @@ private extension AppManager
|
|||||||
group.beginInstallationHandler?(installedApp)
|
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
|
var downloadingApp = app
|
||||||
|
|
||||||
if let installedApp = app as? InstalledApp
|
if let installedApp = app as? InstalledApp
|
||||||
|
|||||||
Reference in New Issue
Block a user