fix: race condition & logs

This commit is contained in:
Barrett Ruth 2026-01-27 12:22:53 -05:00
parent 4369fe8b0c
commit d40d80c541
3 changed files with 39 additions and 4 deletions

View file

@ -10,6 +10,7 @@
---@field output_buf integer
---@field input_buf integer
---@field current_test_index integer?
---@field source_buf integer?
---@class cp.State
---@field get_platform fun(): string?