heavysixer / node-pptx

Generate PPTX files on the server-side with JavaScript.
MIT License
162 stars 46 forks source link

Added callback wrapper in save(). #24

Closed gregdolley closed 6 years ago

gregdolley commented 6 years ago

-This ensures that exceptions thrown inside the callback aren't lost if the callback is async.