Update translations

This commit is contained in:
redphx
2024-09-20 17:16:32 +07:00
parent 102e0bd318
commit 12ad81e9c7
2 changed files with 11 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ const postProcess = (str: string): string => {
return match;
});
str = str.replaceAll('(e) => `', 'e => `');
assert(str.includes('/* ADDITIONAL CODE */'));
assert(str.includes('window.BX_EXPOSED = BxExposed'));