« get me outta code hell

Merge branch 'language-reload' into language-yaml - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/language.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-08 16:35:19 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-08 16:35:19 -0400
commit17fbc9a59bafd1ae23b5f904f2225841c0201728 (patch)
tree65475bad68199098935051b6e4a7e81259eb0745 /src/data/language.js
parent143e4fbaed9e58387147b8fec5e1697bf1079f31 (diff)
parent7fa4f92c8a41754e198ade96a7d5d0dd5b0aa59e (diff)
Merge branch 'language-reload' into language-yaml
Diffstat (limited to 'src/data/language.js')
-rw-r--r--src/data/language.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/language.js b/src/data/language.js
index 99efc03..6ffc31e 100644
--- a/src/data/language.js
+++ b/src/data/language.js
@@ -18,7 +18,7 @@ import {
 
 const {Language} = T;
 
-export function processLanguageSpec(spec, {existingCode = null}) {
+export function processLanguageSpec(spec, {existingCode = null} = {}) {
   const {
     'meta.languageCode': code,
     'meta.languageName': name,