thomasjo / atom-latex

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

Adjust to upstream async API changes #387

Closed thomasjo closed 7 years ago

thomasjo commented 7 years ago

Atom's TextEditor.save is now async, and this PR addresses that change. Since the change will land in Atom v1.19, the engine requirement was also updated accordingly.

Resolves #385

thomasjo commented 7 years ago

@yitzchak Let's ship this?

yitzchak commented 7 years ago

@thomasjo I agree.