diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-25 19:09:49 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-25 19:09:55 +0800 |
commit | cfda344c9e0db732e72128e74f40d2ad2b4ea3a5 (patch) | |
tree | da90cc63ca5f20c9a4ded135e7c2cd13cf270266 | |
parent | f0375c8fb10c9205be49ec9cbbaa83a9c0638641 (diff) | |
download | lua-language-server-cfda344c9e0db732e72128e74f40d2ad2b4ea3a5.zip |
update
-rw-r--r-- | script/lazytable.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/lazytable.lua b/script/lazytable.lua index d162b4c8..f964f236 100644 --- a/script/lazytable.lua +++ b/script/lazytable.lua @@ -340,7 +340,7 @@ function m.build(t, writter, reader) refMap = {}, instMap = {}, dumpMark = {}, - excludes = {}, + excludes = setmt({}, { __mode = 'k' }), }, mt) if writter and reader then |