diff options
-rwxr-xr-x | src/upd8.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/upd8.js b/src/upd8.js index a504275c..5515f5d7 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`, }); } |