Skip to content

Commit a421812

Browse files
committed
Debug extension bridge url
1 parent a57528d commit a421812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud/src/bridge/BridgeOrchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class BridgeOrchestrator {
9595

9696
if (!instance) {
9797
try {
98-
console.log(`[BridgeOrchestrator#connectOrDisconnect] Connecting...`)
98+
console.log(`[BridgeOrchestrator#connectOrDisconnect] Connecting to ${options.socketBridgeUrl}...`)
9999
// Populate telemetry properties before registering the instance.
100100
await options.provider.getTelemetryProperties()
101101

0 commit comments

Comments
 (0)