Improve proxy agent log

This commit is contained in:
trevor-signal
2026-05-29 13:36:34 -04:00
committed by GitHub
parent 7ec0d0e577
commit b5bfaff82d
+1 -1
View File
@@ -71,7 +71,7 @@ export async function createProxyAgent(proxyUrl: string): Promise<ProxyAgent> {
const duration = Date.now() - start;
const logLine =
`createProxyAgent.lookup(${host}): connected to ` +
`createProxyAgent.lookup: connected to ` +
`IPv${address.family} addr after ${duration}ms ` +
`(attempts v4=${v4Attempts} v6=${v6Attempts})`;