summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-04-25 21:40:01 +0800
committersumneko <sumneko@hotmail.com>2019-04-25 21:40:01 +0800
commita7b52eb42461dfa29515e1cc14226e779694dc95 (patch)
treee8d9871aed14af15d9ba7799e7a27ba948adb1ab
parentd9b46b94c28b2a62c95b40ca83b2a657f18ee028 (diff)
downloadlua-language-server-a7b52eb42461dfa29515e1cc14226e779694dc95.zip
不需要
-rw-r--r--server/src/vm/vm.lua3
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)