Fix `CommandView:enter` deprecation log
This commit is contained in:
parent
cd80270feb
commit
8ce1ecb897
|
@ -152,7 +152,7 @@ function CommandView:enter(text, ...)
|
||||||
local options = select(1, ...)
|
local options = select(1, ...)
|
||||||
|
|
||||||
if type(options) ~= "table" then
|
if type(options) ~= "table" then
|
||||||
core.info("Warning: deprecated CommandView:enter usage")
|
core.log("Warning: deprecated CommandView:enter usage")
|
||||||
local submit, suggest, cancel, validate = ...
|
local submit, suggest, cancel, validate = ...
|
||||||
options = {
|
options = {
|
||||||
submit = submit,
|
submit = submit,
|
||||||
|
|
Loading…
Reference in New Issue