We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b878b13 commit 1dd35c1Copy full SHA for 1dd35c1
1 file changed
Core/Sources/Service/Service.swift
@@ -90,7 +90,10 @@ public extension Service {
90
return
91
} catch {
92
reply(nil, error)
93
+ return
94
}
95
+
96
+ reply(nil, XPCRequestNotHandledError())
97
98
99
0 commit comments