mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Updated scripts/thumbs.js
Warn users when verbose logging is disabled
This commit is contained in:
parent
a6156da798
commit
48172b0805
@ -58,6 +58,10 @@ self.getFiles = async directory => {
|
||||
return thumb.slice(0, -extname.length)
|
||||
})
|
||||
|
||||
console.log(`Found ${thumbs.length} existing thumbnails (may include placeholder symlinks).`)
|
||||
if (!self.verbose)
|
||||
console.log('Verbose logging disabled! Please be patient, this script may appear to be frozen but is actually working in the background\u2026')
|
||||
|
||||
const succeeded = []
|
||||
let error = 0
|
||||
let skipped = 0
|
||||
|
Loading…
Reference in New Issue
Block a user