summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-08-25 19:09:49 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-08-25 19:09:55 +0800
commitcfda344c9e0db732e72128e74f40d2ad2b4ea3a5 (patch)
treeda90cc63ca5f20c9a4ded135e7c2cd13cf270266
parentf0375c8fb10c9205be49ec9cbbaa83a9c0638641 (diff)
downloadlua-language-server-cfda344c9e0db732e72128e74f40d2ad2b4ea3a5.zip
update
-rw-r--r--script/lazytable.lua2
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