mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 11:43:24 +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
|
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]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user