Remove spurious localization warning
This commit is contained in:
parent
7ec83c371b
commit
ae21d92928
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ addEventListener('message', async (e) => {
|
|||
|
||||
// Fonts are seemingly resolved from $(cwd)/fonts
|
||||
instance.FS.chdir("/");
|
||||
|
||||
instance.FS.mkdir('/locale');
|
||||
|
||||
// const walkFolder = (path: string, indent = '') => {
|
||||
// console.log("Walking " + path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue