From e1084c4ec694c577fc8a98d76628a777f31d92bf Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 29 May 2018 09:55:11 +0300 Subject: [PATCH] )) --- lib/MineOSCore.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MineOSCore.lua b/lib/MineOSCore.lua index 3228f2b5..7a531b0d 100755 --- a/lib/MineOSCore.lua +++ b/lib/MineOSCore.lua @@ -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)