We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4210 commit 889d156Copy full SHA for 889d156
Sources/AppBundle/tree/frozen/closedWindowsCache.swift
@@ -47,8 +47,6 @@ struct FrozenWorkspace: Sendable {
47
monitors: monitors.map(FrozenMonitor.init),
48
windowIds: allWindowIds,
49
)
50
- // todo why is this assertion false 21336ad382539b35fdc94b4fbd55408e10b101f8?
51
- // check(closedWindowsCache.windowIds.contains(window.windowId))
52
}
53
54
@MainActor func restoreClosedWindowsCacheIfNeeded(newlyDetectedWindow: Window) async throws -> Bool {
0 commit comments