mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 07:43:28 +01:00
App builds in xcodeproj (todo widget)
This commit is contained in:
@@ -14,6 +14,7 @@ import RoxasUIKit
|
||||
import SideKit
|
||||
import Nuke
|
||||
import QuickLook
|
||||
import os.log
|
||||
|
||||
final class ErrorLogViewController: UITableViewController {
|
||||
private lazy var dataSource = self.makeDataSource()
|
||||
@@ -248,7 +249,7 @@ extension ErrorLogViewController {
|
||||
try context.save()
|
||||
completion(true)
|
||||
} catch {
|
||||
print("[ALTLog] Failed to delete LoggedError \(loggedError.objectID):", error)
|
||||
os_log("[ALTLog] Failed to delete LoggedError %@: %@", type: .error , loggedError.objectID, error.localizedDescription)
|
||||
completion(false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user