Remove spurious localization warning

This commit is contained in:
ochafik 2024-12-25 11:27:50 +00:00 committed by Olivier Chafik
commit ae21d92928

View file

@ -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);