This commit is contained in:
Igor Timofeev 2017-06-04 11:43:25 +03:00
parent 030605c2f0
commit c9d78b5907

View File

@ -13,7 +13,6 @@ local screen = component.screen
------------------------------------------------------------------------------------------------------------------------------------
print(" ")
local reasons = {}
if not _G._OSVERSION or tonumber(_G._OSVERSION:sub(8, 10)) < 1.5 then
@ -41,6 +40,7 @@ if computer.totalMemory() < 2097152 then
end
if #reasons > 0 then
print(" ")
for i = 1, #reasons do
print(reasons[i])
print(" ")