petersirka / node-filestorage

Storage for storing uploaded files in node.js
MIT License
72 stars 12 forks source link

DeprecationWarning: Calling an asynchronous function without callback is deprecated. #20

Closed vkartaviy closed 7 years ago

vkartaviy commented 7 years ago

I started getting this warning on node 7.2.0.

It looks like callback should be added to fs methods like fs.unlink etc.

petersirka commented 7 years ago

Fixed. Sorry for delay.