Finished installer
Small bugfixes
This commit is contained in:
@@ -25,10 +25,10 @@ end
|
|||||||
|
|
||||||
local function parseFile(filePath)
|
local function parseFile(filePath)
|
||||||
if filePath:match("LuaLS%.lua$") then return nil end
|
if filePath:match("LuaLS%.lua$") then return nil end
|
||||||
|
|
||||||
local file = io.open(filePath, "r")
|
local file = io.open(filePath, "r")
|
||||||
if not file then return nil end
|
if not file then return nil end
|
||||||
|
|
||||||
local content = file:read("*all")
|
local content = file:read("*all")
|
||||||
local size = #content
|
local size = #content
|
||||||
file:close()
|
file:close()
|
||||||
|
|||||||
Reference in New Issue
Block a user