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 febf414 commit 594772bCopy full SHA for 594772b
Coder Desktop/Coder Desktop/Views/VPNMenu.swift
@@ -104,7 +104,7 @@ struct VPNMenu<VPN: VPNService, S: Session>: View {
104
await vpn.stop()
105
waitCleanup = true
106
Task {
107
- try await Task.sleep(for: waitCleanupDuration)
+ try? await Task.sleep(for: waitCleanupDuration)
108
waitCleanup = false
109
}
110
0 commit comments