fix(lua): linter for config (#505)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-09-03 22:56:17 -04:00 committed by GitHub
parent 41c78127e5
commit 59959d7522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@ function M.setup(opts)
}, },
} }
) )
if not M.options.silent_warning == nil then if M.options.silent_warning == nil then
-- set silent_warning to true if debug is false -- set silent_warning to true if debug is false
M.options.silent_warning = not M.options.debug M.options.silent_warning = not M.options.debug
end end