summaryrefslogtreecommitdiff
path: root/server-beta/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server-beta/main.lua')
-rw-r--r--server-beta/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-beta/main.lua b/server-beta/main.lua
index d102658c..3352714d 100644
--- a/server-beta/main.lua
+++ b/server-beta/main.lua
@@ -12,6 +12,6 @@ log.init(ROOT, ROOT / 'log' / 'service.log')
log.info('Lua Lsp startup, root: ', ROOT)
log.debug('ROOT:', ROOT:string())
---xpcall(dofile, log.debug, rootPath .. '/debugger.lua')
+xpcall(dofile, log.debug, rootPath .. '/debugger.lua')
local service = require 'service'
service.start()