mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
tries and retries
This commit is contained in:
@@ -102,10 +102,7 @@ async function main() {
|
||||
runJob({ logger, parsedChannels })
|
||||
}
|
||||
|
||||
main().catch(error => {
|
||||
console.error('ERR:', error.message)
|
||||
process.exit(1)
|
||||
})
|
||||
main()
|
||||
|
||||
async function runJob({ logger, parsedChannels }: { logger: Logger; parsedChannels: Collection }) {
|
||||
const timer = new Timer()
|
||||
|
||||
Reference in New Issue
Block a user