diff options
Diffstat (limited to 'util/cache.lua')
-rw-r--r-- | util/cache.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cache.lua b/util/cache.lua index 44bbfe30..9c141bb6 100644 --- a/util/cache.lua +++ b/util/cache.lua @@ -117,6 +117,7 @@ function cache_methods:tail() end function cache_methods:table() + --luacheck: ignore 212/t if not self.proxy_table then self.proxy_table = setmetatable({}, { __index = function (t, k) |