43081j / id3

A JavaScript ID3 tags parser for Node & browsers.
MIT License
335 stars 63 forks source link

"DeprecationWarning: Calling an asynchronous function without callback is deprecated" #34

Closed waffoss closed 5 years ago

waffoss commented 6 years ago

fs.close() in id3.js is without callback function and causes "DeprecationWarning: Calling an asynchronous function without callback is deprecated"!

MichaelMarner commented 5 years ago

Duplicate of #33