mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
add test
This commit is contained in:
@@ -140,7 +140,7 @@ const Validate = function () {
|
||||
|
||||
let hasRemoved = false;
|
||||
for (const [_, localeObj] of files) {
|
||||
toRemove = [];
|
||||
let toRemove = [];
|
||||
traverse(localeObj, (_, key, pathes) => {
|
||||
let currObj = enObj;
|
||||
for (const pathSegment of pathes) {
|
||||
@@ -163,7 +163,7 @@ const Validate = function () {
|
||||
}
|
||||
}
|
||||
|
||||
toAdd = [];
|
||||
let toAdd = [];
|
||||
traverse(enObj, (obj, key, pathes) => {
|
||||
// Add above_key to the toAdd entry
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user