summaryrefslogtreecommitdiff
path: root/server/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-17 10:14:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-17 10:14:23 +0800
commitaec86b21100c6522df5498111b0408b4d1601c27 (patch)
treebca23aa6084e8960129c8c87b1412c355615ab28 /server/main.lua
parentac4ff86df32af5b0c0c2c730e5374130326f6129 (diff)
downloadlua-language-server-aec86b21100c6522df5498111b0408b4d1601c27.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 99143461..afb32f03 100644
--- a/server/main.lua
+++ b/server/main.lua
@@ -15,7 +15,7 @@ log.info('Lua Lsp startup, root: ', ROOT)
log.debug('ROOT:', ROOT:string())
ac = {}
-xpcall(dofile, log.debug, rootPath .. '/debugger.lua')
+--xpcall(dofile, log.debug, rootPath .. '/debugger.lua')
require 'utility'
local service = require 'service'
local session = service()