superafroman / node-torrent

Bittorrent client for node.js.
428 stars 100 forks source link

Updated Buffer constructor usage #33

Closed mrch4n closed 3 years ago

mrch4n commented 3 years ago

This PR updated Buffer() usage to get rid of a deprecation warning message. Changed all Buffer construction to Buffer.alloc() .