This commit is contained in:
Eason010212
2025-09-06 23:56:15 +08:00
5 changed files with 419 additions and 27 deletions

View File

@@ -304,6 +304,7 @@ async function run_project() {
logicFunction()
}
} catch (e) {
console.log(e)
MixIO.log(e)
showtext(JSLang[lang].logicError)
isRunning = false;