From 88ad828ce097ddf36ca610e22a1e74772673f8b4 Mon Sep 17 00:00:00 2001 From: Spidy123222 Date: Wed, 30 Aug 2023 03:29:50 +0000 Subject: [PATCH] hopefully fix error code build error --- AltStore/Operations/ClearAppCacheOperation.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]