Модуль:JsonPaths: различия между версиями

Нет описания правки
Нет описания правки
Строка 123: Строка 123:
end
end


function p.git(path)
function p.git(frame)
path = resolvePath(path)
    local args = getArgs(frame)
    local path = resolvePath(args.path or args[1])
 
     if path == "Goob" then
     if path == "Goob" then
         return "https://github.com/space-syndicate/Goob-Station/tree/master"
         return "https://github.com/space-syndicate/Goob-Station/tree/master"