Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0cb91ad

Browse files
committed
fixup
1 parentaa22f62 commit0cb91ad

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
letfileSyncStop=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)

[8]ページ先頭

©2009-2025 Movatter.jp