diff --git a/scripts/format.js b/scripts/format.js index 4a77dc4b0c..c7fa6366d5 100644 --- a/scripts/format.js +++ b/scripts/format.js @@ -112,7 +112,8 @@ async function removeDuplicates(playlist) { } async function detectResolution(playlist) { - const bar = new ProgressBar(' Detecting resolution: [:bar] :current/:total (:percent) ', { + console.log(' Detecting resolution...') + const bar = new ProgressBar(' Progress: [:bar] :current/:total (:percent) ', { total: playlist.channels.length }) const results = []