typo in upload-nlsmetadata
parent
fef6d9f466
commit
16f81160e8
|
@ -33,7 +33,7 @@ function main() {
|
|||
convertedJson.keys.push(key);
|
||||
convertedJson.messages.push(parsedJson[key]);
|
||||
}
|
||||
parsedJson = { package: parsedJson };
|
||||
parsedJson = { package: convertedJson };
|
||||
}
|
||||
key = 'vscode.' + file.relative.split('/')[0];
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ function main() {
|
|||
convertedJson.keys.push(key);
|
||||
convertedJson.messages.push(parsedJson[key]);
|
||||
}
|
||||
parsedJson = { package: parsedJson };
|
||||
parsedJson = { package: convertedJson };
|
||||
}
|
||||
key = 'vscode.' + file.relative.split('/')[0];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue