diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-30 20:47:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-30 20:47:58 +0800 |
commit | df0c611e4a0375696d51e1d71cc544d7ee3c4557 (patch) | |
tree | e54bbac901c1b5d050ec8c89c15009353cf38d52 /script/vm | |
parent | 5ef1973527cf63eb26215b74c71ed1806da92224 (diff) | |
download | lua-language-server-df0c611e4a0375696d51e1d71cc544d7ee3c4557.zip |
fix #1729
Diffstat (limited to 'script/vm')
-rw-r--r-- | script/vm/operator.lua | 1 |
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 |