« get me outta code hell

fix defaultStrings not being passed to genStrings - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-03-03 13:31:06 -0400
committer(quasar) nebula <towerofnix@gmail.com>2021-03-03 13:31:06 -0400
commit85a06307ae9aa8767f1458e6ea6859cad7293936 (patch)
tree21ca17afe3f15491552806aa92868d68f16a5a0c
parent530b561114b753ed4fcdfe9a698c62b7eccde5e7 (diff)
fix defaultStrings not being passed to genStrings
-rwxr-xr-xupd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index 3527919..07aaa13 100755
--- a/upd8.js
+++ b/upd8.js
@@ -5073,7 +5073,7 @@ async function processLanguageFile(file, defaultStrings = null) {
         return {error: `Could not parse JSON from ${file} (${error}).`};
     }
 
-    return genStrings(json);
+    return genStrings(json, defaultStrings);
 }
 
 // Wrapper function for running a function once for all languages. It provides: