We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77b0d31 + 7accde4 commit 9826287Copy full SHA for 9826287
lovely/misc.toml
@@ -192,7 +192,7 @@ target = "functions/misc_functions.lua"
192
pattern = "function localize(args, misc_cat)"
193
position = "after"
194
payload = '''
195
-if args and args.vars then
+if args and args.vars and type(args.vars) == "table" then
196
local reset = {}
197
for i, j in pairs(args.vars) do
198
if type(j) == 'table' then
@@ -491,4 +491,4 @@ position = "after"
491
492
if Cryptid.forced_edition() then self:nope() end
493
'''
494
-match_indent = true
+match_indent = true
0 commit comments