fix(ci): type check

This commit is contained in:
Barrett Ruth 2025-10-05 12:40:23 -04:00
parent fa2660455a
commit 91864b2992
3 changed files with 6 additions and 6 deletions

View file

@ -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