Closed shinnn closed 9 years ago
Current version downloads only a single file specified last. For example,
new Download() .get('http://foo.com/file_0.txt') .get('http://foo.com/file_1.txt')
Of course, we expect the script to download both file_0.txt and file_1.txt but it doesn't. Actually, the test fails.
file_0.txt
file_1.txt
I fixed this problem and added more tests to cover various cases.
@kevva will have to merge and release this. I don't have access.
@shinnn @sindresorhus added you to the Github repo and npm.
Sorry for being away, lol. Christmazzz.
:tada: :christmas_tree: :tada:
Current version downloads only a single file specified last. For example,
Of course, we expect the script to download both
file_0.txt
andfile_1.txt
but it doesn't. Actually, the test fails.I fixed this problem and added more tests to cover various cases.