summaryrefslogtreecommitdiff
path: root/server/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 23:42:50 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 23:42:50 +0800
commit8b8cb7760d9ee01475d068f18ea88be1e96f1cf0 (patch)
tree883b7983746e8918dcda3525a84e654f73cc438f /server/main.lua
parentb55a6b05c01238de4555e0cd92ef8305254394be (diff)
downloadlua-language-server-8b8cb7760d9ee01475d068f18ea88be1e96f1cf0.zip
自动测试支持
Diffstat (limited to 'server/main.lua')
-rw-r--r--server/main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/main.lua b/server/main.lua
index cc136079..56d9d994 100644
--- a/server/main.lua
+++ b/server/main.lua
@@ -8,6 +8,8 @@ local fs = require 'bee.filesystem'
ROOT = fs.absolute(fs.path(rootPath):parent_path())
LANG = LANG or 'en-US'
+print(package.cpath)
+
--collectgarbage('generational')
collectgarbage("setpause", 100)
collectgarbage("setstepmul", 1000)