fix: correct event handler registration in plugins #29

Merged
mvhutz merged 1 commits from fix/plugin-event-handlers into main 2026-01-14 00:35:03 +00:00

1 Commits

Author SHA1 Message Date
ef5b94545f fix: correct event handler registration in plugins
Fixed incorrect event handler registration in two plugins:

- Statistics plugin was calling Step instead of Stop on StopEvent,
  preventing statistics from being printed at the end of execution.
- Logs plugin was listening to StopEvent instead of StepEvent,
  causing it to only log once at the end instead of on each step.
2026-01-13 19:34:29 -05:00