diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-27 17:39:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-27 17:39:27 +0800 |
commit | 1110e83bb47345a487aa78cc343ef501b86f7d4b (patch) | |
tree | fb15e32cbf03f8363e4fb1fc0a0cebc1ce626728 /script/parser | |
parent | 507bb6852f6ae523dca4370c38cac8581329a2c3 (diff) | |
download | lua-language-server-1110e83bb47345a487aa78cc343ef501b86f7d4b.zip |
update
Diffstat (limited to 'script/parser')
-rw-r--r-- | script/parser/compile.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/parser/compile.lua b/script/parser/compile.lua index ae4808df..21be406d 100644 --- a/script/parser/compile.lua +++ b/script/parser/compile.lua @@ -125,6 +125,7 @@ local vmMap = { vararg.ref = {} end vararg.ref[#vararg.ref+1] = obj + obj.node = vararg end end end, |