summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-26 23:51:56 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-26 23:51:56 +0800
commit04728c31bf2e64d92e5944ecf5d41616bf3c9ae6 (patch)
tree06762ec8a7be0687d96467d989e33547b1bce479 /test.lua
parent29f8cfda90fa24acd93b57fdaa1df9eea9dfd3d9 (diff)
downloadlua-language-server-04728c31bf2e64d92e5944ecf5d41616bf3c9ae6.zip
add some tests
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index c22bd18c..52a525ac 100644
--- a/test.lua
+++ b/test.lua
@@ -77,7 +77,7 @@ local function main()
local lclient = require 'lclient'
local ws = require 'workspace'
- log.print = true
+ --log.print = true
---@async
lclient():start(function (client)