diff options
Diffstat (limited to 'script/parser/guide.lua')
-rw-r--r-- | script/parser/guide.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua index ab4cbdcd..6c56155d 100644 --- a/script/parser/guide.lua +++ b/script/parser/guide.lua @@ -1952,7 +1952,7 @@ function m.checkSameSimpleInCall(status, ref, start, pushQueue, mode) m.checkSameSimpleInValueOfSetMetaTable(status, func, start, pushQueue) -- 检查赋值是 func() 的情况 if status.share.crossCallCount >= 2 then - return + --return end status.share.crossCallCount = status.share.crossCallCount + 1 local objs = m.checkSameSimpleInCallInSameFile(status, func, args, index) |