mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 07:43:28 +01:00
fix the mighty error
This commit is contained in:
committed by
nythepegasus
parent
9c67c237ee
commit
580db6530e
@@ -80,7 +80,7 @@ class ClearAppCacheOperation: ResultOperation<Void>
|
||||
else
|
||||
{
|
||||
//let error = BatchError(errors: allErrors)
|
||||
self.finish(.failure(error))
|
||||
//self.finish(.failure(error))
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -122,7 +122,7 @@ private extension ClearAppCacheOperation
|
||||
if !errors.isEmpty
|
||||
{
|
||||
//let error = BatchError(errors: errors)
|
||||
completion(.failure(error))
|
||||
//completion(.failure(error))
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -186,7 +186,7 @@ private extension ClearAppCacheOperation
|
||||
if !errors.isEmpty
|
||||
{
|
||||
//let error = BatchError(errors: errors)
|
||||
completion(.failure(error))
|
||||
//completion(.failure(error))
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user