diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 21:06:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 21:06:57 +0800 |
commit | cd32c1ad7a3fe49a229c5bc53a142f9c2d0fbc9a (patch) | |
tree | 5b0e006d0371478c20cb18ae2fffcf0a33cf3826 /server | |
parent | 762cc3dbea0733709cfcc5eadadfa802804d0c23 (diff) | |
download | lua-language-server-cd32c1ad7a3fe49a229c5bc53a142f9c2d0fbc9a.zip |
测试
Diffstat (limited to 'server')
-rw-r--r-- | server/test.lua | 1 |
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' |