This commit is contained in:
2026-07-22 18:53:36 +03:00
parent 73de28346a
commit b3ad224f07
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ async function fetchWithProxy(url, timeout = 15000) {
}
}
throw new Error('Все прокси недоступны');
throw new Error('Все прокси недоступны');
} finally {
clearTimeout(timer);
}