Skip to content

Commit 80c69f5

Browse files
committed
loggin resolver address
1 parent ef2e580 commit 80c69f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bolt-connection/src/channel/deno/deno-channel.js

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ const TrustStrategy = {
267267
}
268268

269269
async function _connect (config) {
270+
console.log('TEST: Connecting to:', config.address.resolvedHost())
270271
if (!isEncrypted(config)) {
271272
return Deno.connect({
272273
hostname: config.address.resolvedHost(),

0 commit comments

Comments
 (0)