From 9715b84f2eade66abb93bd03fd2a91ec524ca1ad Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Fri, 31 Jul 2015 20:01:49 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 5766836..71d6e86 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -9,13 +9,11 @@ local function crash(err) term.clear() term.setCursorPos(1,2) term.setTextColor(colors.white) - print( - " ###", - " # ", - " ###", - " #", - " ###", - ) + print(" ###") + print(" # ") + print(" ###") + print(" #") + print(" ###") print("") print("sPhone crash: ") print(err)