fix: add debug log

This commit is contained in:
Barrett Ruth 2025-12-14 16:23:14 -06:00
parent edb341ae51
commit 10b3dcd846

View file

@ -414,6 +414,8 @@ function M.ensure_io_view()
end
function M.run_io_view(test_indices_arg, debug, mode)
logger.log(('%s tests...'):format(debug and 'Debugging' or 'Running'), vim.log.levels.INFO, true)
mode = mode or 'combined'
local platform, contest_id, problem_id =