Update clean.js

This commit is contained in:
Aleksandr Statciuk 2021-08-09 03:41:48 +03:00
parent abdd4f6fc2
commit 65f8a2fb06
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ async function checkPlaylist(playlist) {
) { ) {
channels.push(channel) channels.push(channel)
} else { } else {
if (config.debug) log.print(`ERR: ${channel.url}: ${result.status.reason}\n`) if (config.debug) log.print(`ERR: ${channel.url} (${result.status.reason})\n`)
} }
} }
if (!config.debug) bar.tick() if (!config.debug) bar.tick()