chore(macos): expose remote test helper

This commit is contained in:
Peter Steinberger
2025-12-13 19:22:57 +00:00
parent 920cc9ac38
commit 02fe19effa
2 changed files with 1 additions and 3 deletions

View File

@@ -501,7 +501,7 @@ extension GeneralSettings {
}
@MainActor
private func testRemote() async {
func testRemote() async {
self.remoteStatus = .checking
let settings = CommandResolver.connectionSettings()
guard !settings.target.isEmpty else {

View File

@@ -207,7 +207,6 @@ function isProfileDecorated(
return nameOk && localSeedOk && prefOk;
}
/**
* Best-effort profile decoration (name + lobster-orange). Chrome preference keys
* vary by version; we keep this conservative and idempotent.
@@ -417,7 +416,6 @@ export async function launchClawdChrome(
}
const proc = spawnOnce();
// Wait for CDP to come up.
const readyDeadline = Date.now() + 15_000;
while (Date.now() < readyDeadline) {