diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-30 17:16:13 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-30 17:16:13 +0800 |
commit | e683d90bdb40ed07ad3f1b53ca94b0d299382c74 (patch) | |
tree | f6c7f1d8d7906ab6f962ce0660248f0ebf94ba75 /server/src/vm/local.lua | |
parent | cf97b3bf418d73894bb7849b6c02e40c753425bb (diff) | |
download | lua-language-server-e683d90bdb40ed07ad3f1b53ca94b0d299382c74.zip |
emmyTableType
Diffstat (limited to 'server/src/vm/local.lua')
-rw-r--r-- | server/src/vm/local.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/vm/local.lua b/server/src/vm/local.lua index ad7d80e8..ce47414a 100644 --- a/server/src/vm/local.lua +++ b/server/src/vm/local.lua @@ -143,6 +143,7 @@ function mt:setEmmy(emmy) if emmy.type ~= 'emmy.class' and emmy.type ~= 'emmy.type' and emmy.type ~= 'emmy.arrayType' + and emmy.type ~= 'emmy.tableType' then return end |