diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-07 14:25:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-07 14:25:23 +0800 |
commit | 3b8a99d32810d83c56fd06ef1375eccc5f220345 (patch) | |
tree | 6e479a48d127021c2e02482cf0267774e6231a2d /script/core/command | |
parent | c902388de8d140a1dbb979118ca705b47c52b51f (diff) | |
download | lua-language-server-3b8a99d32810d83c56fd06ef1375eccc5f220345.zip |
cleanup
Diffstat (limited to 'script/core/command')
-rw-r--r-- | script/core/command/setConfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/command/setConfig.lua b/script/core/command/setConfig.lua index 21ec1d57..e3eb0d0a 100644 --- a/script/core/command/setConfig.lua +++ b/script/core/command/setConfig.lua @@ -1,4 +1,4 @@ -local client = require 'provider.client' +local client = require 'client' return function (data) client.setConfig {data} |