fix types

This commit is contained in:
Barrett Ruth 2025-10-23 20:15:16 -04:00
parent 99544905df
commit 60e5aabd99
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ local actions = constants.ACTIONS
---@field platform? string
---@field problem_id? string
---@field interactor_cmd? string
---@field test_index? integer
--- Turn raw args into normalized structure to later dispatch
---@param args string[] The raw command-line mode args

View file

@ -280,6 +280,7 @@ function M.run_io_view(test_index)
'No platform/contest/problem configured. Use :CP <platform> <contest> [...] first.',
vim.log.levels.ERROR
)
return
end
cache.load()