mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
get rest of batcherror
This commit is contained in:
committed by
nythepegasus
parent
357d85a72e
commit
9c67c237ee
@@ -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