diff --git a/AltStore/Operations/ClearAppCacheOperation.swift b/AltStore/Operations/ClearAppCacheOperation.swift index 614dc75f..16b644e8 100644 --- a/AltStore/Operations/ClearAppCacheOperation.swift +++ b/AltStore/Operations/ClearAppCacheOperation.swift @@ -11,13 +11,14 @@ import AltStoreCore struct BatchError: ALTLocalizedError { + /* enum Code: Int, ALTErrorCode { typealias Error = BatchError case batchError } - + */ var code: Code = .batchError var underlyingErrors: [Error]