From 40eed3b9947b74acd295ed1d4610a90ae2da7b7b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 2 Feb 2022 21:18:31 +0300 Subject: [PATCH] Update validate.js --- scripts/commands/validate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/validate.js b/scripts/commands/validate.js index 4cb8a867..1fda98ec 100644 --- a/scripts/commands/validate.js +++ b/scripts/commands/validate.js @@ -31,7 +31,7 @@ async function main() { if (output.length) { logger.info(chalk.underline(filepath)) - console.table(output, ['xmltv_id', 'site_id', 'name']) + console.table(output, ['lang', 'xmltv_id', 'site_id', 'name']) console.log() stats.files++ }