« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/upd8.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/upd8.js b/src/upd8.js
index a504275..5515f5d 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -114,12 +114,12 @@ async function main() {
   Error.stackTraceLimit = Infinity;
 
   stepStatusSummary = {
-    loadThumbnailCache:
-      {...defaultStepStatus, name: `load thumbnail cache file`},
-
     migrateThumbnails:
       {...defaultStepStatus, name: `migrate thumbnails`},
 
+    loadThumbnailCache:
+      {...defaultStepStatus, name: `load thumbnail cache file`},
+
     generateThumbnails:
       {...defaultStepStatus, name: `generate thumbnails`},
 
@@ -914,7 +914,7 @@ async function main() {
 
     Object.assign(stepStatusSummary.loadLanguageFiles, {
       status: STATUS_NOT_APPLICABLE,
-      annotation: `--lang-path and HSMUSIC_LANG not provided`,
+      annotation: `neither --lang-path nor HSMUSIC_LANG provided`,
     });
   }