summaryrefslogtreecommitdiff
path: root/server/main.lua
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-04-23 21:33:58 +0800
committersumneko <sumneko@hotmail.com>2019-04-23 21:33:58 +0800
commita4d7980a4d648b2baf54a6adefb1758d037424b3 (patch)
treebed83bfbf036bc6ffba3e6b58c12f545b5c7259d /server/main.lua
parentef7e113a22eebdf6c56b0060c93cdf9df372d3d8 (diff)
downloadlua-language-server-a4d7980a4d648b2baf54a6adefb1758d037424b3.zip
修正某些脚本文件解析速度极慢的BUG
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 ac7860c5..685fce01 100644
--- a/server/main.lua
+++ b/server/main.lua
@@ -22,7 +22,7 @@ local function tryDebugger()
log.info('Debugger startup, listen port: 11411')
end
---pcall(tryDebugger)
+pcall(tryDebugger)
require 'utility'
require 'global_protect'