mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove assertionFailure that had an incorrect assumption.
This commit is contained in:
@@ -297,7 +297,7 @@ private extension AppDelegate {
|
||||
|
||||
assert(Thread.isMainThread)
|
||||
guard let window = self.window else {
|
||||
assertionFailure("Expected window.")
|
||||
// Could be nil legitimately — this can get called before window is set up.
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user