🟡 replBridgeHandle.ts

This commit is contained in:
nirholas
2026-03-31 10:22:38 +00:00
parent 2051bc9eeb
commit 161e043811

View File

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