hopefully fix error code build error

This commit is contained in:
Spidy123222
2023-08-30 03:29:50 +00:00
committed by nythepegasus
parent a95625a34a
commit 88ad828ce0

View File

@@ -11,13 +11,14 @@ import AltStoreCore
struct BatchError: ALTLocalizedError struct BatchError: ALTLocalizedError
{ {
/*
enum Code: Int, ALTErrorCode enum Code: Int, ALTErrorCode
{ {
typealias Error = BatchError typealias Error = BatchError
case batchError case batchError
} }
*/
var code: Code = .batchError var code: Code = .batchError
var underlyingErrors: [Error] var underlyingErrors: [Error]