« 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')
-rwxr-xr-xupd8.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/upd8.js b/upd8.js
index 130f606..e53da22 100755
--- a/upd8.js
+++ b/upd8.js
@@ -3197,6 +3197,10 @@ function getWordCount(str) {
 }
 
 function writeCommentaryPages() {
+    if (!filterAlbumsByCommentary().length) {
+        return;
+    }
+
     return progressPromiseAll('Writing commentary pages.', queue([
         writeCommentaryIndex,
         ...filterAlbumsByCommentary().map(curry(writeAlbumCommentaryPage))