1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-29 14:37:41 +00:00

Update ghost.lua

This commit is contained in:
LDDestroier
2020-01-22 04:28:38 -05:00
committed by GitHub
parent 703da9de25
commit f3130108e5

View File

@@ -125,8 +125,8 @@ if multishell then
end
parallel.waitForAny(function()
shell.run(filename or "/rom/programs/shell.lua")
end, function()
pcall(function() shell.run(filename or "/rom/programs/shell.lua") end)
end, function()
while true do
if gstTerm.meta.width ~= newTerm.meta.width or gstTerm.meta.height ~= newTerm.meta.height then
gstTerm.reposition(1, 1, newTerm.meta.width, newTerm.meta.height)