mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Adds comments explaining not to rethrow errors from VerifyAppPledgeOperation
This commit is contained in:
@@ -26,6 +26,13 @@ class VerifyAppPledgeOperation: ResultOperation<Void>
|
|||||||
{
|
{
|
||||||
super.main()
|
super.main()
|
||||||
|
|
||||||
|
// _Don't_ rethrow earlier errors, or else user will only be taken to Patreon post if connected to same WiFi as AltServer.
|
||||||
|
// if let error = self.context.error
|
||||||
|
// {
|
||||||
|
// self.finish(.failure(error))
|
||||||
|
// return
|
||||||
|
// }
|
||||||
|
|
||||||
Task<Void, Never>.detached(priority: .medium) {
|
Task<Void, Never>.detached(priority: .medium) {
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user