fix(ci): type check
This commit is contained in:
parent
fa2660455a
commit
91864b2992
3 changed files with 6 additions and 6 deletions
|
|
@ -102,7 +102,7 @@ function M.handle_command(opts)
|
|||
if cmd.action == 'interact' then
|
||||
ui.toggle_interactive()
|
||||
elseif cmd.action == 'run' then
|
||||
ui.toggle_run_panel({ debug = false })
|
||||
ui.toggle_run_panel()
|
||||
elseif cmd.action == 'debug' then
|
||||
ui.toggle_run_panel({ debug = true })
|
||||
elseif cmd.action == 'next' then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue