Fix
This commit is contained in:
parent
a5eb903c90
commit
b3f659b2b7
@ -33,7 +33,7 @@ local function get(url)
|
|||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
|
|
||||||
function ensure_dotlua(path)
|
local function ensure_dotlua(path)
|
||||||
if string.match(path, "%.lua$") then
|
if string.match(path, "%.lua$") then
|
||||||
return path
|
return path
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user