raszi / node-tmp

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

Calling cleanupCallback multiple times should be ignored instead of reporting back an error #215

Closed silkentrance closed 4 years ago

silkentrance commented 4 years ago

changing the existing behaviour will break existing solutions, if they ever relied on the reported error. at least, we should make a minor release here, given the other breaking enhancements and bug fixes, we should go for a major release, say 1.0.0 :)

silkentrance commented 4 years ago

already implemented with fix for #197