mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
Mac: clarify runtime comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user