thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Fix marker reset issue #420

Closed yitzchak closed 7 years ago

yitzchak commented 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.

yitzchak commented 7 years ago

@thomasjo Added more tests for Logger and MarkerManager.