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
{
/*
enum Code: Int, ALTErrorCode
{
typealias Error = BatchError
case batchError
}
*/
var code: Code = .batchError
var underlyingErrors: [Error]