This commit is contained in:
Viet Huynh
2023-09-29 06:32:17 +07:00
parent 190a97bc0f
commit e03695beb9
+1 -3
View File
@@ -125,9 +125,7 @@ console.log(`Number of unnecessary domains: ${unnecessaryDomainCount}`);
console.log(`Number of blocked domains: ${domains.length}`); console.log(`Number of blocked domains: ${domains.length}`);
console.log(`Number of allowed domains: ${allowedDomainCount}`); console.log(`Number of allowed domains: ${allowedDomainCount}`);
console.log( console.log(
`Number of lists which will be created: ${Math.ceil( `Number of lists to be created: ${Math.ceil(domains.length / LIST_ITEM_SIZE)}`
domains.length / LIST_ITEM_SIZE
)}`
); );
console.log("\n\n"); console.log("\n\n");