« get me outta code hell

content, repl: minor fixes and tweaks - 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>2023-11-08 19:54:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-08 19:54:01 -0400
commit9bf4b59f608022ab0ca2cadc4acff7bb6760ebd2 (patch)
tree85d5a72393a6e2b98cb75ffe7283c4b29964cc07 /src/upd8.js
parent17fbc9a59bafd1ae23b5f904f2225841c0201728 (diff)
content, repl: minor fixes and tweaks
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 868bfee..24d0b92 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -93,7 +93,7 @@ try {
 
 const BUILD_TIME = new Date();
 
-const DEFAULT_STRINGS_FILE = 'strings-default.yaml';
+export const DEFAULT_STRINGS_FILE = 'strings-default.yaml';
 
 const STATUS_NOT_STARTED       = `not started`;
 const STATUS_NOT_APPLICABLE    = `not applicable`;