mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update validate.js
This commit is contained in:
@@ -31,7 +31,7 @@ async function main() {
|
|||||||
|
|
||||||
if (output.length) {
|
if (output.length) {
|
||||||
logger.info(chalk.underline(filepath))
|
logger.info(chalk.underline(filepath))
|
||||||
console.table(output, ['xmltv_id', 'site_id', 'name'])
|
console.table(output, ['lang', 'xmltv_id', 'site_id', 'name'])
|
||||||
console.log()
|
console.log()
|
||||||
stats.files++
|
stats.files++
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user