Closed yitzchak closed 7 years ago
The reset flag is getting lost because Atom's Emitter only handles one event value. Fix this by wrapping the event data with a single object and destructure in the event handlers. Fixes #419.
@thomasjo Added more tests for Logger and MarkerManager.
Logger
MarkerManager
The reset flag is getting lost because Atom's Emitter only handles one event value. Fix this by wrapping the event data with a single object and destructure in the event handlers. Fixes #419.