This commit is contained in:
2026-07-22 20:08:22 +03:00
parent 1b5940c5ff
commit 23d3408e92
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);
}