mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
Merge branch master-MC1.7.10 into master-MC1.10
This commit is contained in:
commit
893f76c8ff
@ -114,9 +114,14 @@ while tty.isAvailable() do
|
||||
end
|
||||
io.stderr:write(tostring(result[2]) .. "\n")
|
||||
else
|
||||
local ok, why = pcall(function()
|
||||
for i = 2, result.n do
|
||||
io.write(require("serialization").serialize(result[i], true) .. "\t")
|
||||
end
|
||||
end)
|
||||
if not ok then
|
||||
io.stderr:write("crashed serializing result: ", tostring(why))
|
||||
end
|
||||
if tty.getCursor() > 1 then
|
||||
io.write("\n")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user