fix: repair launchd status parsing

This commit is contained in:
Peter Steinberger
2026-01-16 06:01:23 +00:00
parent 54ec14262b
commit 842fc8d08b
2 changed files with 5 additions and 2 deletions

View File

@@ -460,7 +460,7 @@ actor MacNodeBridgeSession {
do {
try await self.send(response)
} catch {
await self.logInvokeSendFailure(error)
self.logInvokeSendFailure(error)
}
}