summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 21:06:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 21:06:57 +0800
commitcd32c1ad7a3fe49a229c5bc53a142f9c2d0fbc9a (patch)
tree5b0e006d0371478c20cb18ae2fffcf0a33cf3826 /server
parent762cc3dbea0733709cfcc5eadadfa802804d0c23 (diff)
downloadlua-language-server-cd32c1ad7a3fe49a229c5bc53a142f9c2d0fbc9a.zip
测试
Diffstat (limited to 'server')
-rw-r--r--server/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test.lua b/server/test.lua
index b1945a0e..8a1a9596 100644
--- a/server/test.lua
+++ b/server/test.lua
@@ -12,6 +12,7 @@ package.path = rootPath .. 'test/?.lua'
local fs = require 'bee.filesystem'
ROOT = fs.absolute(fs.path(rootPath):parent_path())
+print('ROOT =', ROOT)
LANG = 'en-US'
log = require 'log'