fix: typos

This commit is contained in:
fallenbagel
2025-02-19 07:57:28 +08:00
committed by gauthier-th
parent c856a9be0e
commit 73feb07007

View File

@@ -792,7 +792,7 @@ if (typeof global.fetch === 'function') {
}
if (hostname && error.message?.includes('fetch failed')) {
dnsCache.reportNetworkError(hostname, '');
dnsCache.reportNetworkError(hostname);
logger.warn(
`Reporting network error for ${hostname}: ${error.message}`,
{