🟡 replBridgeHandle.ts

This commit is contained in:
nirholas
2026-03-31 10:22:55 +00:00
parent 171958ed24
commit 19fa994258
3 changed files with 3 additions and 1 deletions

View File

@@ -2405,3 +2405,4 @@ export {
POLL_ERROR_GIVE_UP_MS as _POLL_ERROR_GIVE_UP_MS_ForTesting,
}

View File

@@ -35,3 +35,4 @@ export function getSelfBridgeCompatId(): string | undefined {
return h ? toCompatSessionId(h.bridgeSessionId) : undefined
}