diff --git a/index.js b/index.js index 37fefa2..6072299 100644 --- a/index.js +++ b/index.js @@ -374,10 +374,10 @@ const ugj_runCode = async () => { let ocogeFunc = new AsyncFunction(code); await ocogeFunc().catch(e => { window.alert(e); }); console.log('Code Execution done.'); - btnel.disabled = false; } else if (elutil.lang == 'py') { if (code) ugj_spawnPyboard(code, 'r'); } + btnel.disabled = false; } // Pyboard ocoge