fix: add debug log
This commit is contained in:
parent
edb341ae51
commit
10b3dcd846
1 changed files with 2 additions and 0 deletions
|
|
@ -414,6 +414,8 @@ function M.ensure_io_view()
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.run_io_view(test_indices_arg, debug, mode)
|
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'
|
mode = mode or 'combined'
|
||||||
|
|
||||||
local platform, contest_id, problem_id =
|
local platform, contest_id, problem_id =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue