diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-10 20:45:07 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-10 20:45:07 +0800 |
commit | ccae29c7a288aa200fdab3b2ec4bd2688786d601 (patch) | |
tree | b83057d95f79c343c571abd24468adabc85dd05d /server/main.lua | |
parent | 81da8135d6aa45ab0d02534b93e019222afbe51b (diff) | |
download | lua-language-server-ccae29c7a288aa200fdab3b2ec4bd2688786d601.zip |
非字面量只能获得0.9的推断度
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 1895f804..dd0c53d3 100644 --- a/server/main.lua +++ b/server/main.lua @@ -21,7 +21,7 @@ local function tryDebugger() log.info('Debugger startup, listen port: 11411') end ---pcall(tryDebugger) +pcall(tryDebugger) require 'utility' require 'global_protect' |