diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-16 21:57:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-16 21:57:45 +0800 |
commit | cf9de80f4fa38e7a74ae115948cd7bb00ba984e9 (patch) | |
tree | ac253a8d1440e00bb0e8c482d806434a702861f8 /script/core | |
parent | e1c72093b28cd08bc4a1b4a26dffd395651ca072 (diff) | |
download | lua-language-server-cf9de80f4fa38e7a74ae115948cd7bb00ba984e9.zip |
fix
Diffstat (limited to 'script/core')
-rw-r--r-- | script/core/noder.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua index 3aad105e..52ab7731 100644 --- a/script/core/noder.lua +++ b/script/core/noder.lua @@ -1256,7 +1256,7 @@ compileNodeMap = util.switch() param2 = { type = 'select', dummy = true, - sindex = 2, + sindex = 3, start = node.start, finish = node.finish, vararg = node, |