mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
hopefully fix error code build error
This commit is contained in:
committed by
nythepegasus
parent
a95625a34a
commit
88ad828ce0
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user