diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-21 17:25:46 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-21 17:25:46 +0800 |
commit | 618ba50793225f880ef2fdad38501814fa78a0d6 (patch) | |
tree | 257a8974c8a3dbeccaa68a039a0c0ac10da9d621 /script/vm | |
parent | 6175826b83264f0dd8cb565faec695cc1dda1829 (diff) | |
download | lua-language-server-618ba50793225f880ef2fdad38501814fa78a0d6.zip |
update
Diffstat (limited to 'script/vm')
-rw-r--r-- | script/vm/eachDef.lua | 2 |
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 |