mac: fix actor call and label warnings
parent
85ca2152e4
commit
a7d39913fd
|
|
@ -111,7 +111,7 @@ enum GatewayEnvironment {
|
|||
let gatewayLabel = gatewayBin != nil ? "global" : "local"
|
||||
let gatewayVersionText = installed?.description ?? "unknown"
|
||||
let localPathHint = gatewayBin == nil && projectEntrypoint != nil
|
||||
? " (local: \(projectEntrypoint))"
|
||||
? " (local: \(projectEntrypoint?.path ?? \"unknown\"))"
|
||||
: ""
|
||||
return GatewayEnvironmentStatus(
|
||||
kind: .ok,
|
||||
|
|
|
|||
Loading…
Reference in New Issue