From 07679731a5b54407e957f55066b893384dd2d46c Mon Sep 17 00:00:00 2001 From: Pl4gue Date: Thu, 21 Dec 2017 17:23:32 +0100 Subject: [PATCH] Update untagged output --- scripts/tag-script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tag-script.js b/scripts/tag-script.js index 300d1da1f..b49c6564a 100644 --- a/scripts/tag-script.js +++ b/scripts/tag-script.js @@ -60,7 +60,7 @@ catch (err){ // Handle errors (hopefully not!) console.log(`\n${chalk.bgWhite(chalk.black('=== TAG STATS ==='))}`) for(let tagData of Object.entries(tagDbStats).filter(v => v[0] !== 'undefined')) console.log(`${chalk.green(tagData[0])}: ${tagData[1]} snippets`); -console.log(`${chalk.blue('Uncategorized snippets:')} ${missingTags}\n`); +console.log(`${chalk.blue('New untagged snippets (will be tagged as \'uncategorized\'):')} ${missingTags}\n`); // Log a success message console.log(`${chalk.green('SUCCESS!')} tag_database file updated!`); // Log the time taken