Update sPhone.lua

This commit is contained in:
Ale2610 2015-07-31 20:01:49 +02:00
parent 58477f5574
commit 9715b84f2e

View file

@ -9,13 +9,11 @@ local function crash(err)
term.clear() term.clear()
term.setCursorPos(1,2) term.setCursorPos(1,2)
term.setTextColor(colors.white) term.setTextColor(colors.white)
print( print(" ###")
" ###", print(" # ")
" # ", print(" ###")
" ###", print(" #")
" #", print(" ###")
" ###",
)
print("") print("")
print("sPhone crash: ") print("sPhone crash: ")
print(err) print(err)