Mac: clarify runtime comments

This commit is contained in:
Peter Steinberger
2025-12-09 00:08:19 +01:00
parent bc01488a75
commit 5674c9f4c2
12 changed files with 21 additions and 4 deletions
@@ -137,6 +137,7 @@ final class WebChatWindowController: NSWindowController, WKNavigationDelegate {
Task { @MainActor [weak self] in
guard let self else { return }
do {
// Recreate the tunnel silently so the window keeps working without user intervention.
let base = try await self.startOrRestartTunnel()
self.loadPage(baseURL: base)
} catch {