summaryrefslogtreecommitdiff
path: root/server/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-16 21:33:03 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-16 21:33:03 +0800
commit8634a138bd2db51167fee0c96744ad23399a3ad3 (patch)
tree56499ec23e9d45d078c1be1c3b0b82771b7d442a /server/main.lua
parentb13de09a6f1bec8d36aba4dc231a434dc1c50340 (diff)
downloadlua-language-server-8634a138bd2db51167fee0c96744ad23399a3ad3.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 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()