Update clean.js
This commit is contained in:
parent
abdd4f6fc2
commit
65f8a2fb06
|
@ -60,7 +60,7 @@ async function checkPlaylist(playlist) {
|
|||
) {
|
||||
channels.push(channel)
|
||||
} 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()
|
||||
|
|
Loading…
Reference in New Issue