diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-16 21:33:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-16 21:33:03 +0800 |
commit | 8634a138bd2db51167fee0c96744ad23399a3ad3 (patch) | |
tree | 56499ec23e9d45d078c1be1c3b0b82771b7d442a /server/main.lua | |
parent | b13de09a6f1bec8d36aba4dc231a434dc1c50340 (diff) | |
download | lua-language-server-8634a138bd2db51167fee0c96744ad23399a3ad3.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 00a3b0fd..99143461 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() |