run lua commands from shell and other tweaks
This commit is contained in:
@@ -219,7 +219,9 @@ local s, m = pcall(function()
|
||||
UI:start()
|
||||
end)
|
||||
|
||||
turtle.setStatus('idle')
|
||||
if turtle.setStatus then
|
||||
turtle.setStatus('idle')
|
||||
end
|
||||
|
||||
_G._syslog = oldDebug
|
||||
if not s then error(m) end
|
||||
|
||||
Reference in New Issue
Block a user