Fixed meshcore cleanup .bat file.

This commit is contained in:
Ylian Saint-Hilaire
2022-01-13 14:38:28 -08:00
parent ae35dfeee9
commit 2b3025716a
2 changed files with 2 additions and 2 deletions

View File

@@ -105,8 +105,7 @@ function getCoreTranslation()
if (coretranslations[lang] == null) { lang = 'en'; }
if (coretranslations[lang] != null) { ret = coretranslations[lang]; }
}
catch (x)
{ }
catch (ex) { }
}
setDefaultCoreTranslation(ret, 'allow', 'Allow');