mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update validate.js
This commit is contained in:
parent
7b67a0f4af
commit
40eed3b994
1 changed files with 1 additions and 1 deletions
|
@ -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++
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue