diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-16 21:44:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-16 21:44:24 +0800 |
commit | e1c72093b28cd08bc4a1b4a26dffd395651ca072 (patch) | |
tree | f728675603319a44efc6d23a727fdb185b18952a /script/core | |
parent | 5256606b6f0a76beb5bc062eae3c0b93f7e11f59 (diff) | |
download | lua-language-server-e1c72093b28cd08bc4a1b4a26dffd395651ca072.zip |
fix
Diffstat (limited to 'script/core')
-rw-r--r-- | script/core/noder.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua index 749dcba6..3aad105e 100644 --- a/script/core/noder.lua +++ b/script/core/noder.lua @@ -1245,6 +1245,7 @@ compileNodeMap = util.switch() if not param1 then param1 = { type = 'select', + dummy = true, sindex = 2, start = node.start, finish = node.finish, @@ -1254,6 +1255,7 @@ compileNodeMap = util.switch() if not param2 then param2 = { type = 'select', + dummy = true, sindex = 2, start = node.start, finish = node.finish, |