summaryrefslogtreecommitdiff
path: root/server-beta/src/proto
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-24 15:01:58 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-24 15:01:58 +0800
commit80b0ccb95c65a7c50f1dff91e377740b9dcdc8b0 (patch)
tree13bca832ca300abb2fbf004bba3d675b25454357 /server-beta/src/proto
parentfd94e26e163e40ca0d932b84abc056522e5a049d (diff)
downloadlua-language-server-80b0ccb95c65a7c50f1dff91e377740b9dcdc8b0.zip
预读文件
Diffstat (limited to 'server-beta/src/proto')
-rw-r--r--server-beta/src/proto/provider.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-beta/src/proto/provider.lua b/server-beta/src/proto/provider.lua
index fbaba8ca..3fdbd34c 100644
--- a/server-beta/src/proto/provider.lua
+++ b/server-beta/src/proto/provider.lua
@@ -34,7 +34,7 @@ local function updateConfig()
local oldConfig = util.deepCopy(config.config)
local oldOther = util.deepCopy(config.other)
- config:setConfig(updated, other)
+ config.setConfig(updated, other)
local newConfig = config.config
local newOther = config.other
if not util.equal(oldConfig.runtime, newConfig.runtime) then