raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
736 stars 92 forks source link

Documentation on graceful cleanup is off #240

Closed silkentrance closed 4 years ago

silkentrance commented 4 years ago

In the garbage collector there is a guard that will prevent it from removing the garbage unless graceful cleanup is true. This must be documented accordingly.