run lua commands from shell and other tweaks

This commit is contained in:
kepler155c@gmail.com
2020-07-25 18:52:13 -06:00
parent cb1126e216
commit d6f61acace
5 changed files with 61 additions and 21 deletions

View File

@@ -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