Update init.lua

This commit is contained in:
Igor Timofeev 2015-09-05 10:20:28 +03:00
parent ee4209cbe6
commit 20f19b81dc

View File

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