From e03695beb903e2c213a1c8f185c69f07ef5f8797 Mon Sep 17 00:00:00 2001 From: Viet Huynh Date: Fri, 29 Sep 2023 06:32:17 +0700 Subject: [PATCH] wording --- cf_list_create.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cf_list_create.js b/cf_list_create.js index ca2c0df..61e906c 100644 --- a/cf_list_create.js +++ b/cf_list_create.js @@ -125,9 +125,7 @@ console.log(`Number of unnecessary domains: ${unnecessaryDomainCount}`); console.log(`Number of blocked domains: ${domains.length}`); console.log(`Number of allowed domains: ${allowedDomainCount}`); console.log( - `Number of lists which will be created: ${Math.ceil( - domains.length / LIST_ITEM_SIZE - )}` + `Number of lists to be created: ${Math.ceil(domains.length / LIST_ITEM_SIZE)}` ); console.log("\n\n");