summaryrefslogtreecommitdiff
path: root/script/core/diagnostics/undefined-field.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-14 15:22:04 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-14 15:22:04 +0800
commit98bf48a28b34a8437904675d61eeb960a20b8833 (patch)
tree5ca853fd404f7301535df9c2e8de5decb1fb4f7b /script/core/diagnostics/undefined-field.lua
parent26eee0fc222c855b443e6f8f0ec7a7653ad3e256 (diff)
downloadlua-language-server-98bf48a28b34a8437904675d61eeb960a20b8833.zip
#299 disable `undefined-field` in workspace
Diffstat (limited to 'script/core/diagnostics/undefined-field.lua')
-rw-r--r--script/core/diagnostics/undefined-field.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/diagnostics/undefined-field.lua b/script/core/diagnostics/undefined-field.lua
index d01375dd..67208e35 100644
--- a/script/core/diagnostics/undefined-field.lua
+++ b/script/core/diagnostics/undefined-field.lua
@@ -69,7 +69,7 @@ return function (uri, callback)
::CONTINUE::
end
end
-
+
if empty then
return nil
else