From de1fa1a20cf6f1c865b8147160b588754ca68c21 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Fri, 30 Oct 2015 20:02:58 +0100 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 491bc8d..6318eca 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -25,7 +25,7 @@ local function crash(err) sleep(0) until os.pullEvent("key") if not sPhone.devMode then - os.forceShutdown() + _G.term = nil end term.setBackgroundColor(colors.black) term.clear()