Closed timlesallen closed 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.
request()
end
Awesome, thanks!
I've just released 2.0.0 with this change. Thanks!
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 anend
event.