Skip to content

Commit 0cb91ad

Browse files
committed
fixup
1 parent aa22f62 commit 0cb91ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coder Desktop/Coder Desktop/Coder_DesktopApp.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
6161
}
6262
// TODO: Start the daemon only once a file sync is configured
6363
Task {
64-
try? await fileSyncDaemon.start()
64+
await fileSyncDaemon.start()
6565
}
6666
}
6767

@@ -75,7 +75,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
7575
}
7676
}
7777
let fileSyncStop = Task {
78-
try? await fileSyncDaemon.stop()
78+
await fileSyncDaemon.stop()
7979
}
8080
_ = await (vpnStop.value, fileSyncStop.value)
8181
NSApp.reply(toApplicationShouldTerminate: true)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy