List the amount of items found in the whitelist

This commit is contained in:
mrrfv
2023-05-15 15:06:35 +02:00
committed by GitHub
parent f5380ede47
commit 718ab036cd
+1
View File
@@ -40,6 +40,7 @@ fs.readFile('whitelist.csv', 'utf8', async (err, data) => {
}
});
console.log(`Found ${whitelist.length} valid domains in whitelist.`);
// Read input.csv and parse domains
fs.readFile('input.csv', 'utf8', async (err, data) => {