This commit is contained in:
Igor Timofeev 2018-05-29 09:55:11 +03:00
parent b0e0318967
commit e1084c4ec6

View File

@ -266,7 +266,7 @@ function MineOSCore.safeLaunch(path, ...)
finalSuccess, finalPath, finalLine, finalTraceback = false, path, tonumber(match) or 1, loadReason
end
else
require("GUI").error("Failed to safely launch file that doesn't exists: \"" .. path .. "\"")
require("GUI").alert("Failed to safely launch file that doesn't exists: \"" .. path .. "\"")
end
component.screen.setPrecise(false)