diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-17 10:14:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-17 10:14:23 +0800 |
commit | aec86b21100c6522df5498111b0408b4d1601c27 (patch) | |
tree | bca23aa6084e8960129c8c87b1412c355615ab28 /server/main.lua | |
parent | ac4ff86df32af5b0c0c2c730e5374130326f6129 (diff) | |
download | lua-language-server-aec86b21100c6522df5498111b0408b4d1601c27.zip |
暂存
Diffstat (limited to 'server/main.lua')
-rw-r--r-- | server/main.lua | 2 |
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() |