diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-25 15:12:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-25 15:12:20 +0800 |
commit | 1c9c17bbcd55188b8fc770db96d02ddc3dad1854 (patch) | |
tree | ef6f05d5321711dad35ac2ce7b15775744f115f6 /script/vm | |
parent | 721d6fe207fe0fb4eaa16252e451814e61011c4a (diff) | |
download | lua-language-server-1c9c17bbcd55188b8fc770db96d02ddc3dad1854.zip |
update
Diffstat (limited to 'script/vm')
-rw-r--r-- | script/vm/eachField.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/eachField.lua b/script/vm/eachField.lua index 9a40fb1c..7718f41e 100644 --- a/script/vm/eachField.lua +++ b/script/vm/eachField.lua @@ -19,7 +19,7 @@ local function getFields(source, deep, filterKey) deep = config.config.intelliSense.searchDepth + (deep or 0) await.delay() - local results = searcher.requestFields(source, vm.interface, deep, filterKey) + local results = searcher.requestFields(source, filterKey) unlock() return results |