summaryrefslogtreecommitdiff
path: root/script/vm
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-30 20:47:58 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-30 20:47:58 +0800
commitdf0c611e4a0375696d51e1d71cc544d7ee3c4557 (patch)
treee54bbac901c1b5d050ec8c89c15009353cf38d52 /script/vm
parent5ef1973527cf63eb26215b74c71ed1806da92224 (diff)
downloadlua-language-server-df0c611e4a0375696d51e1d71cc544d7ee3c4557.zip
fix #1729
Diffstat (limited to 'script/vm')
-rw-r--r--script/vm/operator.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/vm/operator.lua b/script/vm/operator.lua
index 015eba38..cb27d33d 100644
--- a/script/vm/operator.lua
+++ b/script/vm/operator.lua
@@ -81,6 +81,7 @@ local function checkOperators(operators, op, value, result)
result = vm.createNode()
end
result:merge(vm.compileNode(operator.extends))
+ break
::CONTINUE::
end
return result