jjwilly16 / node-pdftk

A wrapper for PDF Toolkit with streams and promises.
MIT License
139 stars 33 forks source link

[2.0] _cleanUpTempFiles() changes. #16

Closed bsdkurt closed 6 years ago

bsdkurt commented 6 years ago

Simplify _cleanUpTempFiles() and suppress any errors. Call _cleanUpTempFiles in all places a promise rejection can happen. A few comment corrections.

jjwilly16 commented 6 years ago

Thanks @bsdkurt. Good call on suppressing the temp file errors - people don't need to see those. I appreciate all of your help.