summaryrefslogtreecommitdiff
path: root/server/src/core
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-01-23 17:55:30 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-01-23 17:55:30 +0800
commit395dcc32c243724226cff241da94f1e811f3734c (patch)
tree2e612392089f5efb60cdd4032329f7d460807d07 /server/src/core
parent70075c6b951b5af948ff7f3550d136a9863ebf48 (diff)
downloadlua-language-server-395dcc32c243724226cff241da94f1e811f3734c.zip
修改移除诊断标记的时机
Diffstat (limited to 'server/src/core')
-rw-r--r--server/src/core/vm.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/core/vm.lua b/server/src/core/vm.lua
index 2f2a5dbf..8c27c13a 100644
--- a/server/src/core/vm.lua
+++ b/server/src/core/vm.lua
@@ -371,7 +371,6 @@ function mt:createField(pValue, name, source)
end
pValue.child[name] = field
self:inference(pValue, 'table')
-
return field
end