From 1a20796e36c9c81b6e31a92bf8b5dbd2eeed45f9 Mon Sep 17 00:00:00 2001 From: Vahid Farid Date: Fri, 22 Mar 2024 13:46:01 +0330 Subject: [PATCH] Update script.js --- script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 39c18fcd..7f1e2fd9 100644 --- a/script.js +++ b/script.js @@ -243,9 +243,10 @@ async function testIPs(ipList) { const response = await fetch(url, { signal: controller.signal, }); - + console.log(`${ip} ${ch} OK`) testResult++; } catch (error) { + console.log(`${ip} ${ch} Fail`, error.name) if (!["AbortError", "TypeError"].includes(error.name)) { testResult++; }