Update init.lua

This commit is contained in:
Igor Timofeev 2015-09-05 08:13:46 +03:00
parent 822493d0cd
commit 73c6960e2a

View File

@ -204,9 +204,9 @@ _G.fs = require("filesystem")
_G.shell = require("shell")
--Очищаем экран и запускаем ОС
ecs.clearScreen()
ecs.setScale(1)
shell.execute("OS.lua")
pcall(ecs.clearScreen())
pcall(ecs.setScale(1))
pcall(shell.execute("OS.lua"))
while true do
local component = require("component")