From c10c6a3ef1b5f4f9f42ff76fe297f3e0515e1cfa Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 11 Feb 2021 07:38:35 +0300 Subject: [PATCH] Update generate.js --- scripts/generate.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/generate.js b/scripts/generate.js index f9b8c3a5cd..9a5d40b2ea 100644 --- a/scripts/generate.js +++ b/scripts/generate.js @@ -6,6 +6,7 @@ const ROOT_DIR = './.gh-pages' db.load() function main() { + start() createRootDirectory() createNoJekyllFile() generateIndex() @@ -192,6 +193,10 @@ function generateLanguages() { } } +function start() { + console.log(`Starting...`) +} + function finish() { console.log( `Countries: ${db.countries.count()}. Languages: ${db.languages.count()}. Categories: ${db.categories.count()}. Channels: ${db.channels.count()}.`