From c36a76e9815348aaa50a092970e034f2256d5dd5 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Thu, 28 May 2020 04:23:26 +0700 Subject: [PATCH] Updated thumbs.js --- scripts/thumbs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/thumbs.js b/scripts/thumbs.js index 2ec58d9..90a25b5 100644 --- a/scripts/thumbs.js +++ b/scripts/thumbs.js @@ -51,6 +51,7 @@ self.getFiles = async directory => { cfcache: 0 = do not clear cloudflare cache (default), 1 = clear cloudflare cache `)) + console.log('Looking through existing thumbnails\u2026') const uploads = await self.getFiles(paths.uploads) let thumbs = await self.getFiles(paths.thumbs) thumbs = thumbs.map(thumb => { @@ -60,7 +61,7 @@ self.getFiles = async directory => { 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') + console.log('Verbose logging disabled! Please be patient, this script may appear to be frozen but is actually working in the background.') const succeeded = [] let error = 0