raszi / node-tmp

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

removeCallback() does not do anything #203

Closed yanickrochon closed 4 years ago

yanickrochon commented 4 years ago

Operating System

NodeJS Version

Tmp Version

Expected Behavior

When I call a remove function, I expect it to remove something, or throw otherwise

Experienced Behavior

Nothing happens.

silkentrance commented 4 years ago

This seems to be related to #202.

silkentrance commented 4 years ago

Fixed with #198.