diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-02 20:32:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-02 20:32:24 +0800 |
commit | 112788ca2c7d73ab5a261e1333090b08c6ac4fc4 (patch) | |
tree | a1e23ef226c5424c66d3d46946c863de7467aa20 /test.lua | |
parent | be0d11df2d89b8cb8cf24190ccfbd273256f4c74 (diff) | |
parent | 25d3e051095ff1f1b7da58e591b2455a25d19328 (diff) | |
download | lua-language-server-112788ca2c7d73ab5a261e1333090b08c6ac4fc4.zip |
Merge remote-tracking branch 'origin/master' into 3.0
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ local function main() require 'utility'.enableCloseFunction() require 'client' .client 'VSCode' - local lclient = require 'tclient.lclient' + local lclient = require 'lclient' local ws = require 'workspace' log.print = true |