summaryrefslogtreecommitdiff
path: root/server/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-05 16:13:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-05 16:13:23 +0800
commit118e6cc829235f721c12b8154f72a627bb8835d5 (patch)
tree4b6d9fd465c1d2c6178681085a980ea017a2732c /server/main.lua
parentccab9b5c2439c51b345721e79e13fef18c27185d (diff)
downloadlua-language-server-118e6cc829235f721c12b8154f72a627bb8835d5.zip
使用英文
Diffstat (limited to 'server/main.lua')
-rw-r--r--server/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.lua b/server/main.lua
index a237b2c3..3ea02e6b 100644
--- a/server/main.lua
+++ b/server/main.lua
@@ -5,7 +5,7 @@ package.path = (ROOT / 'src' / '?.lua'):string()
log = require 'log'
log.init(ROOT, ROOT / 'log' / 'test.log')
-log.info('Lua 语言服务启动,路径为:', ROOT)
+log.info('Lua Lsp startup, root: ', ROOT)
local dbg = require 'debugger'
dbg:io 'listen:0.0.0.0:546858'