summaryrefslogtreecommitdiff
path: root/script/core
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-16 21:44:24 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-16 21:44:24 +0800
commite1c72093b28cd08bc4a1b4a26dffd395651ca072 (patch)
treef728675603319a44efc6d23a727fdb185b18952a /script/core
parent5256606b6f0a76beb5bc062eae3c0b93f7e11f59 (diff)
downloadlua-language-server-e1c72093b28cd08bc4a1b4a26dffd395651ca072.zip
fix
Diffstat (limited to 'script/core')
-rw-r--r--script/core/noder.lua2
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,