« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/upd8.js b/upd8.js
index cbd1e68..ac346ef 100644
--- a/upd8.js
+++ b/upd8.js
@@ -266,9 +266,7 @@ async function processAlbumDataFile(file) {
     }
 
     if (!albumCoverArtists) {
-        // The Squiddles al8um doesn't have any kind of cover art attri8ution
-        // seemingly anywhere, so... just leaving this commented out for now.
-        // console.warn(`The album "${albumName}" is missing the "Cover Art" field.`);
+        return {error: `The album "${albumName}" is missing the "Cover Art" field.`};
     }
 
     // I don't like these varia8le names. I'm sorry. -- I only really use the