Update sPhone.lua

This commit is contained in:
Ale32bit 2015-10-30 20:02:58 +01:00
parent c0521497dd
commit de1fa1a20c

View file

@ -25,7 +25,7 @@ local function crash(err)
sleep(0) sleep(0)
until os.pullEvent("key") until os.pullEvent("key")
if not sPhone.devMode then if not sPhone.devMode then
os.forceShutdown() _G.term = nil
end end
term.setBackgroundColor(colors.black) term.setBackgroundColor(colors.black)
term.clear() term.clear()