stray semicolon
This commit is contained in:
parent
53aceaa412
commit
f2328904cd
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ function getLangsJson() {
|
|||
let url;
|
||||
try {
|
||||
// Webapp is a webpack resolve alias pointing to the output directory, see webpack config
|
||||
url; = require('Webapp/i18n/languages.json');
|
||||
url = require('Webapp/i18n/languages.json');
|
||||
} catch (e) {
|
||||
url = i18nFolder + 'languages.json';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue