We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d2e9b commit 07605c7Copy full SHA for 07605c7
1 file changed
apps/macos/Sources/OpenClaw/GatewayLaunchAgentManager.swift
@@ -207,9 +207,9 @@ extension GatewayLaunchAgentManager {
207
}
208
209
#if DEBUG
210
- nonisolated(unsafe) private static var testingDisableLaunchAgentMarkerURL: URL?
211
- nonisolated(unsafe) private static var testingInterceptDaemonCommands = false
212
- nonisolated(unsafe) private static var testingDaemonCommandCalls: [[String]] = []
+ private nonisolated(unsafe) static var testingDisableLaunchAgentMarkerURL: URL?
+ private nonisolated(unsafe) static var testingInterceptDaemonCommands = false
+ private nonisolated(unsafe) static var testingDaemonCommandCalls: [[String]] = []
213
214
static func setTestingDisableLaunchAgentMarkerURL(_ url: URL?) {
215
self.testingDisableLaunchAgentMarkerURL = url
0 commit comments