summaryrefslogtreecommitdiff
path: root/script/config
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-10-21 20:25:42 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-10-21 20:25:42 +0800
commitf2ab967b3e4e0c44604bc4df921bdb2b379d6b42 (patch)
treee94faae8cff11e3bd37b72b5d221b5e6140f75f5 /script/config
parent9791565324f0376494600ee230da7cdcb42a3310 (diff)
downloadlua-language-server-f2ab967b3e4e0c44604bc4df921bdb2b379d6b42.zip
fix some runtime errors
Diffstat (limited to 'script/config')
-rw-r--r--script/config/loader.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/loader.lua b/script/config/loader.lua
index 5874601e..03fe9456 100644
--- a/script/config/loader.lua
+++ b/script/config/loader.lua
@@ -21,7 +21,7 @@ function m.loadRCConfig(filename)
if not path then
return
end
- local buf = util.loadFile(path)
+ local buf = util.loadFile(path)
if not buf then
return
end