summaryrefslogtreecommitdiff
path: root/script/vm/ref.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-12-08 18:45:24 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-12-08 18:45:24 +0800
commitd4e35887aba9ed3794d5694a19b976eed5a68269 (patch)
tree702398520c060615da7bfdf5c1075014d1763262 /script/vm/ref.lua
parent9bcc9d55cd511c8e27930e6b1629a4b63bfa79c5 (diff)
downloadlua-language-server-d4e35887aba9ed3794d5694a19b976eed5a68269.zip
cleanup
Diffstat (limited to 'script/vm/ref.lua')
-rw-r--r--script/vm/ref.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/vm/ref.lua b/script/vm/ref.lua
index f342dae8..e2086c1a 100644
--- a/script/vm/ref.lua
+++ b/script/vm/ref.lua
@@ -216,6 +216,7 @@ function searchByParentNode(source, pushResult, defMap, fileNotify)
nodeSwitch(source.type, source, pushResult, defMap, fileNotify)
end
+---@async
local function searchByGlobal(source, pushResult)
if source.type == 'field'
or source.type == 'method'