style(macos): order attach-only test modifiers · openclaw/openclaw@07605c7
DolencLuka
·
2026-04-30
·
via Recent Commits to openclaw:main
File tree
apps/macos/Sources/OpenClaw
| Original file line number | Diff line number | Diff line change |
|---|
@@ -207,9 +207,9 @@ extension GatewayLaunchAgentManager {
|
207 | 207 | } |
208 | 208 | |
209 | 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]] = [] |
| 210 | +private nonisolated(unsafe) static var testingDisableLaunchAgentMarkerURL: URL? |
| 211 | +private nonisolated(unsafe) static var testingInterceptDaemonCommands = false |
| 212 | +private nonisolated(unsafe) static var testingDaemonCommandCalls: [[String]] = [] |
213 | 213 | |
214 | 214 | static func setTestingDisableLaunchAgentMarkerURL(_ url: URL?) { |
215 | 215 | self.testingDisableLaunchAgentMarkerURL = url |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。