fix: write interaction into cache
This commit is contained in:
parent
fd550bc654
commit
cedcd82367
2 changed files with 8 additions and 6 deletions
|
|
@ -72,7 +72,8 @@ function M.setup_contest(platform, contest_id, problem_id, language)
|
|||
ev.problem_id,
|
||||
cached_tests,
|
||||
ev.timeout_ms or 0,
|
||||
ev.memory_mb or 0
|
||||
ev.memory_mb or 0,
|
||||
ev.interactive
|
||||
)
|
||||
logger.log('Test cases loaded.')
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue