diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-25 21:40:01 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-25 21:40:01 +0800 |
commit | a7b52eb42461dfa29515e1cc14226e779694dc95 (patch) | |
tree | e8d9871aed14af15d9ba7799e7a27ba948adb1ab | |
parent | d9b46b94c28b2a62c95b40ca83b2a657f18ee028 (diff) | |
download | lua-language-server-a7b52eb42461dfa29515e1cc14226e779694dc95.zip |
不需要
-rw-r--r-- | server/src/vm/vm.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/src/vm/vm.lua b/server/src/vm/vm.lua index 031388f4..bb996066 100644 --- a/server/src/vm/vm.lua +++ b/server/src/vm/vm.lua @@ -1023,9 +1023,6 @@ function mt:doAction(action) coroutine.yield('stop') end end - if self:isRemoved() then - return - end local tp = action.type if tp:sub(1, 4) == 'emmy' then self:doEmmy(action) |