From 10b3dcd8466ec1ca95fad7e8a00ce5b89c5929ac Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 14 Dec 2025 16:23:14 -0600 Subject: [PATCH] fix: add debug log --- lua/cp/ui/views.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/cp/ui/views.lua b/lua/cp/ui/views.lua index 0b9cf52..c7ff2c5 100644 --- a/lua/cp/ui/views.lua +++ b/lua/cp/ui/views.lua @@ -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 =