Skip to content

Commit 1dd35c1

Browse files
committed
Fix request handle
1 parent b878b13 commit 1dd35c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Core/Sources/Service/Service.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ public extension Service {
9090
return
9191
} catch {
9292
reply(nil, error)
93+
return
9394
}
95+
96+
reply(nil, XPCRequestNotHandledError())
9497
}
9598
}
9699

0 commit comments

Comments
 (0)