There was an error while loading. Please reload this page.
1 parent 72be5b2 commit b6c6af6Copy full SHA for b6c6af6
1 file changed
Sources/Services/RuntimeLinux/Server/RuntimeService.swift
@@ -784,7 +784,7 @@ public actor RuntimeService {
784
self.log.info("`clean` xpc handler")
785
switch self.state {
786
case .running:
787
- guard let id = message.string(key: RuntimeKeys.id.rawValue) else {
+ guard message.string(key: RuntimeKeys.id.rawValue) != nil else {
788
throw ContainerizationError(
789
.invalidArgument,
790
message: "no id supplied for clean"
0 commit comments