diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-31 13:06:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-31 13:06:54 +0800 |
commit | c79d1ea4c44cc357b1c16459f818748391cb4dc8 (patch) | |
tree | c95192b6cf3f52418bbb7e4f65ee861fbebd69f0 /server/test/main.lua | |
parent | 92e4da8c7cec41b0595c59ac91345a812d902975 (diff) | |
download | lua-language-server-c79d1ea4c44cc357b1c16459f818748391cb4dc8.zip |
修改配置中default.parent的写法
Diffstat (limited to 'server/test/main.lua')
-rw-r--r-- | server/test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/main.lua b/server/test/main.lua index 9fa46e26..37238e4f 100644 --- a/server/test/main.lua +++ b/server/test/main.lua @@ -16,7 +16,7 @@ ac = {} require 'utility' require 'global_protect' - local function convertLni() +local function convertLni() local function scan(path, callback) if fs.is_directory(path) then for child in path:list_directory() do |