We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148ce6c commit e9fa904Copy full SHA for e9fa904
Coder Desktop/Coder Desktop/FileSync/FileSyncDaemon.swift
@@ -32,7 +32,6 @@ class MutagenDaemon: FileSyncDaemon {
32
#elseif arch(x86_64)
33
mutagenPath = Bundle.main.url(forResource: "mutagen-darwin-amd64", withExtension: nil)
34
#else
35
- mutagenPath = nil
36
fatalError("unknown architecture")
37
#endif
38
mutagenDataDirectory = FileManager.default.urls(
0 commit comments