diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-06-22 20:22:31 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-06-22 20:22:31 +0800 |
commit | 3c4203ac592c00fa8f3072faf77e1966149a7860 (patch) | |
tree | 2fde9c1c7bcfa3f2905bbb7f141a94c35334d8b1 /script/workspace.lua | |
parent | 4ed6db9faaa9614489b0b724a0640792cc3fc454 (diff) | |
download | lua-language-server-3c4203ac592c00fa8f3072faf77e1966149a7860.zip |
fix #174
Diffstat (limited to 'script/workspace.lua')
-rw-r--r-- | script/workspace.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/script/workspace.lua b/script/workspace.lua index 8a7e4139..75bc27a0 100644 --- a/script/workspace.lua +++ b/script/workspace.lua @@ -190,8 +190,6 @@ function mt:init(rootUri) local logPath = ROOT / 'log' / (rootUri:gsub('[/:]+', '_') .. '.log') log.info('Log path: ', logPath) log.init(ROOT, logPath) - - self:scanFiles() end function mt:isComplete() |