diff options
-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 |