Update generate.js
This commit is contained in:
parent
37845bb0da
commit
ef17c0056d
|
@ -256,7 +256,7 @@ function finish() {
|
||||||
console.log('Done.\n')
|
console.log('Done.\n')
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`Countries: ${list.countries.length}. Languages: ${
|
`Countries: ${Object.keys(list.countries).length - 1}. Languages: ${
|
||||||
Object.values(list.languages).length
|
Object.values(list.languages).length
|
||||||
}. Categories: ${Object.values(list.categories).length}. Channels: ${list.all.length}.`
|
}. Categories: ${Object.values(list.categories).length}. Channels: ${list.all.length}.`
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue