mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update update.js
This commit is contained in:
parent
975b5714b3
commit
e44921a7d9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ async function main() {
|
||||||
channels = _.orderBy(channels, [channels => channels.id.toLowerCase()], ['asc'])
|
channels = _.orderBy(channels, [channels => channels.id.toLowerCase()], ['asc'])
|
||||||
await csv.save(filepath, channels)
|
await csv.save(filepath, channels)
|
||||||
|
|
||||||
const output = processedIssues.map(issue => `Closes #${issue.number}`).join('\r\n')
|
const output = processedIssues.map(issue => `closes #${issue.number}`).join(', ')
|
||||||
console.log(`OUTPUT=${output}`)
|
console.log(`OUTPUT=${output}`)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err.message)
|
console.log(err.message)
|
||||||
|
|
Loading…
Reference in a new issue