1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-16 00:07:39 +00:00

bugssss...

This commit is contained in:
kepler155c@gmail.com
2017-09-28 06:33:19 -04:00
parent 5969b71dbe
commit 2af6f098c8
3 changed files with 6 additions and 3 deletions

View File

@@ -241,6 +241,9 @@ if #tArgs > 0 then
local isUrl = not not path:match("^(https?:)//(([^/:]+):?([0-9]*))(/?.*)$")
if not isUrl then
path = shell.resolveProgram(path)
if not path then
error('No such program')
end
end
local fn, err