1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-10 04:23:01 +00:00

Forms - dialogs

This commit is contained in:
kepler155c@gmail.com
2016-12-26 22:26:43 -05:00
parent d61260ec9b
commit 5c12b20fae
14 changed files with 365 additions and 292 deletions

View File

@@ -89,7 +89,6 @@ local function gitSearcher(modname, env, shell)
local _, count = fname:gsub("/", "")
if count >= 3 then
local url = GIT_URL .. '/' .. fname
debug(url)
local c = loadUrl(url)
if c then
return load(c, modname, nil, env)
@@ -153,7 +152,7 @@ local function requireWrapper(env)
return module
end
if msg then
error(msg)
error(msg, 2)
end
end
error('Unable to find module ' .. modname)