mirror of
https://github.com/SideStore/SideStore.git
synced 2026-06-15 04:54:51 +02:00
get rest of batcherror
This commit is contained in:
committed by
nythepegasus
parent
34b906f722
commit
74e604eb3e
@@ -79,7 +79,7 @@ class ClearAppCacheOperation: ResultOperation<Void>
|
||||
}
|
||||
else
|
||||
{
|
||||
let error = BatchError(errors: allErrors)
|
||||
//let error = BatchError(errors: allErrors)
|
||||
self.finish(.failure(error))
|
||||
}
|
||||
}
|
||||
@@ -121,7 +121,7 @@ private extension ClearAppCacheOperation
|
||||
|
||||
if !errors.isEmpty
|
||||
{
|
||||
let error = BatchError(errors: errors)
|
||||
//let error = BatchError(errors: errors)
|
||||
completion(.failure(error))
|
||||
}
|
||||
else
|
||||
@@ -185,7 +185,7 @@ private extension ClearAppCacheOperation
|
||||
|
||||
if !errors.isEmpty
|
||||
{
|
||||
let error = BatchError(errors: errors)
|
||||
//let error = BatchError(errors: errors)
|
||||
completion(.failure(error))
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user