summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-16 17:21:56 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-16 17:21:56 +0800
commite2267cae6f1b9300387d2e97b7dfb5eed80bc7f4 (patch)
treefa4b88675361ab79fa4bed4ebd721a6b17db07c9 /script
parentb2f02681993eb0f38468767255d8a7ba71fadc72 (diff)
downloadlua-language-server-e2267cae6f1b9300387d2e97b7dfb5eed80bc7f4.zip
improve
Diffstat (limited to 'script')
-rw-r--r--script/core/noder.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua
index 8fa55ea3..9f37f463 100644
--- a/script/core/noder.lua
+++ b/script/core/noder.lua
@@ -477,7 +477,7 @@ function m.compileNode(noders, source)
or setmethod.type == 'setfield'
or setmethod.type == 'setindex') then
pushForward(noders, id, getID(setmethod.node), 'method')
- pushBackward(noders, getID(setmethod.node), id, 'method')
+ --pushBackward(noders, getID(setmethod.node), id, 'method')
end
end
-- 分解 @type