fix(lua): linter for config (#505)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
41c78127e5
commit
59959d7522
@ -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
|
||||
M.options.silent_warning = not M.options.debug
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user