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
ff32e337ef
commit
485287b7ff
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ async function main() {
|
|||
await csv.save(filepath, channels)
|
||||
|
||||
const output = processedIssues.map(issue => `Closes #${issue.number}`).join('\r\n')
|
||||
console.log(`OUTPUT=${JSON.stringify(output)}`)
|
||||
console.log(`OUTPUT=${output}`)
|
||||
} catch (err) {
|
||||
console.log(err.message)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue