From 971df187f19ed69f19dfc45f459defc64b6d5f18 Mon Sep 17 00:00:00 2001 From: ocogeclub Date: Thu, 17 Nov 2022 21:19:17 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20MicroPython=20=E3=83=A2=E3=83=BC?= =?UTF-8?q?=E3=83=89=E6=99=82=E3=81=AB=E5=AE=9F=E8=A1=8C=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E3=81=8C=E6=9C=89=E5=8A=B9=E3=81=AB=E3=81=AA=E3=82=89?= =?UTF-8?q?=E3=81=AA=E3=81=84=E4=B8=8D=E5=85=B7=E5=90=88=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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