From c1f570879de4b3b7235cc8e22d9057c0ec39f35c Mon Sep 17 00:00:00 2001 From: otya128 Date: Thu, 9 Jul 2015 21:29:09 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=8B=E5=A4=96=E3=81=8C=E5=87=BA=E3=81=9F?= =?UTF-8?q?=E3=82=89=E5=AE=9F=E8=A1=8C=E3=82=92=E6=AD=A2=E3=82=81=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SMILEBASIC/petitcomputer.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index 058a6f6..95e4b07 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -193,6 +193,7 @@ class PetitComputer } catch(SmileBasicError sbe) { + running = false; try { printConsole(sbe.to!string); @@ -203,6 +204,7 @@ class PetitComputer } catch(Throwable t) { + running = false; try { printConsole(t.to!string);