mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Adds print statement when deleting cached apps
This commit is contained in:
@@ -105,6 +105,7 @@ extension AppManager
|
||||
|
||||
if isDirectory && !installedAppBundleIDs.contains(bundleID) && !self.installationProgress.keys.contains(bundleID)
|
||||
{
|
||||
print("DELETING CACHED APP:", bundleID)
|
||||
try FileManager.default.removeItem(at: appDirectory)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user