pose / webdriver-manager

Fork of Protactor's webdriver-manager as an standalone Node.js module.
22 stars 17 forks source link

Download zip files safely. #6

Closed timlesallen closed 9 years ago

timlesallen commented 9 years ago

The callback from request() can fire before the stream has finished pushing all data to disk. This corrects this by waiting for the stream to emit an end event.

pose commented 9 years ago

Awesome, thanks!

pose commented 9 years ago

I've just released 2.0.0 with this change. Thanks!