« get me outta code hell

upd8: quick stepStatusSummary tweaks - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-30 16:57:41 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-30 16:57:41 -0300
commitef6cdf04af3d73d5d42f9665511082a146091109 (patch)
tree8d91a40eaf1f3fba7671deb233988d66c0eed9a6
parent482edbc0ff58da60e51a5f41f8888873d8740a03 (diff)
upd8: quick stepStatusSummary tweaks
-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`,
     });
   }