Skip to content

Commit 97638e6

Browse files
committed
test(replay): set job_count = 0 on stop
1 parent 49fe98a commit 97638e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/manual/renderer_replay.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ function M.replay_stop()
148148
---@diagnostic disable-next-line: undefined-field
149149
M.timer:stop()
150150
M.timer = nil
151+
state.job_count = 0
151152
vim.notify('Replay stopped at event ' .. M.current_index .. '/' .. #M.events, vim.log.levels.INFO)
152153
end
153154
end

0 commit comments

Comments
 (0)