Remove buggy retry code finally

This commit is contained in:
nythepegasus
2023-10-17 17:37:29 -04:00
parent 0deae92829
commit c5b8cb4459
4 changed files with 21 additions and 44 deletions

View File

@@ -50,7 +50,7 @@ final class EnableJITOperation<Context: EnableJITContext>: ResultOperation<Void>
do {
try debug_app(installedApp.resignedBundleIdentifier)
self.finish(.success(()))
break
retries = 0
} catch {
retries -= 1
if (retries <= 0){