From bf4cca2c78cbce2f807f78c953e14f25b06ae078 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 15 Aug 2023 15:50:29 -0300 Subject: thumbs: tweak verifyImagePaths messages --- src/gen-thumbs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gen-thumbs.js b/src/gen-thumbs.js index f92a10f2..dfa2c2ab 100644 --- a/src/gen-thumbs.js +++ b/src/gen-thumbs.js @@ -495,14 +495,14 @@ export async function verifyImagePaths(mediaPath, {urls, wikiData}) { } if (!empty(missing)) { - logWarn`** Some track art is missing! (${missing.length + ' files'}) **`; + logWarn`** Some image files are missing! (${missing.length + ' files'}) **`; for (const file of missing) { console.warn(color.yellow(` - `) + file); } } if (!empty(misplaced)) { - logWarn`** Some track art is misplaced! (${misplaced.length + ' files'}) **`; + logWarn`** Some image files are misplaced! (${misplaced.length + ' files'}) **`; for (const file of misplaced) { console.warn(color.yellow(` - `) + file); } -- cgit 1.3.0-6-gf8a5