« get me outta code hell

search, client: write indexes to individual files - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-13 12:09:14 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-31 12:11:53 -0300
commit782a498333782d5230ad29390690a94ebc333b13 (patch)
tree66f633ff80488325c26f155f7cb56de78e9f67b2 /src/upd8.js
parentdb2ebb010aada0739773769cbaf3c34a9763c1fd (diff)
search, client: write indexes to individual files
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index de4b51e8..06b8b64c 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -1498,6 +1498,8 @@ async function main() {
       wikiData,
     });
 
+    logInfo`Search data successfully written.`;
+
     Object.assign(stepStatusSummary.buildSearchIndex, {
       status: STATUS_DONE_CLEAN,
       timeEnd: Date.now(),