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;
|
let url;
|
||||||
try {
|
try {
|
||||||
// Webapp is a webpack resolve alias pointing to the output directory, see webpack config
|
// 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) {
|
} catch (e) {
|
||||||
url = i18nFolder + 'languages.json';
|
url = i18nFolder + 'languages.json';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue