From cf84a23dc731cda4a7aec9e63ea06ee4d4de0d25 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 16 Nov 2022 18:25:55 -0600 Subject: [PATCH] Adds comment to ErrorLogViewController --- AltStore/Settings/Error Log/ErrorLogViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AltStore/Settings/Error Log/ErrorLogViewController.swift b/AltStore/Settings/Error Log/ErrorLogViewController.swift index c9bfe6a1..b96ee5db 100644 --- a/AltStore/Settings/Error Log/ErrorLogViewController.swift +++ b/AltStore/Settings/Error Log/ErrorLogViewController.swift @@ -167,6 +167,7 @@ private extension ErrorLogViewController } else { + // InstalledApp was probably deleted. completion(nil, nil) } }