Error bad!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This commit is contained in:
Ethan O'Brien 2024-02-20 16:07:06 -06:00
parent e8b19a90a6
commit 0d41dfc5ee

View File

@ -77,7 +77,13 @@ function init_honoka(file, android, newDomain) {
} }
window.Module = { window.Module = {
noInitialRun: true, noInitialRun: true,
onRuntimeInitialized: onloaded, onRuntimeInitialized: async function() {
try {
await onloaded();
} catch(e) {
document.getElementById("status").innerText = "It didnt work. Are your files/options invalid?";
}
},
arguments: [], arguments: [],
preRun: [], preRun: [],
postRun: [], postRun: [],