summaryrefslogtreecommitdiff
path: root/script/vm
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-05-21 17:25:46 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-05-21 17:25:46 +0800
commit618ba50793225f880ef2fdad38501814fa78a0d6 (patch)
tree257a8974c8a3dbeccaa68a039a0c0ac10da9d621 /script/vm
parent6175826b83264f0dd8cb565faec695cc1dda1829 (diff)
downloadlua-language-server-618ba50793225f880ef2fdad38501814fa78a0d6.zip
update
Diffstat (limited to 'script/vm')
-rw-r--r--script/vm/eachDef.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/eachDef.lua b/script/vm/eachDef.lua
index b120c8a5..e6af8d99 100644
--- a/script/vm/eachDef.lua
+++ b/script/vm/eachDef.lua
@@ -42,7 +42,7 @@ function vm.getDefs(source, deep)
if not cache or cache.deep < deep then
cache = getDefs(source, deep)
cache.deep = deep
- vm.getCache('eachDef')[source] = cache
+ --vm.getCache('eachDef')[source] = cache
end
return cache
end