Closed fulghum closed 4 months ago
The HeartbeatLogEvent::dump method had a typo in the ident var name (indent was used instead). This caused a crash when dumping out heartbeat events.
HeartbeatLogEvent::dump
ident
indent
I tested this change manually, but haven't added tests yet. Feel free to suggest a good spot for this test and I'll be happy to take another pass.
Good catch !
Description
The
HeartbeatLogEvent::dump
method had a typo in theident
var name (indent
was used instead). This caused a crash when dumping out heartbeat events.Type of Change
Checklist
Tests
Additional Information
I tested this change manually, but haven't added tests yet. Feel free to suggest a good spot for this test and I'll be happy to take another pass.