hgouveia / node-downloader-helper

A simple http file downloader for node.js
MIT License
253 stars 54 forks source link

Change type to number #89

Closed robinschneider closed 2 years ago

robinschneider commented 2 years ago

Change type to number as it is a number and not a string. You can see this here https://github.com/hgouveia/node-downloader-helper/blob/6099ba05cff3805d32435d4b4c3681a2102b4204/src/index.js#L459

hgouveia commented 2 years ago

@robinschneider thanks , i will release 2.1.3 later today with this fix

robinschneider commented 2 years ago

@robinschneider thanks , i will release 2.1.3 later today with this fix

Thank you!

robinschneider commented 2 years ago

Great to see such a fast response.