Small refactoring

This commit is contained in:
momo5502
2025-04-30 13:07:40 +02:00
parent 3128ed5c42
commit 8b69f8c93c
6 changed files with 207 additions and 149 deletions

View File

@@ -1,3 +1,3 @@
Module['preRun'] = () => {
ENV = process.env;
};
Module["preRun"] = () => {
ENV = process.env;
};