pull-stream / stream-to-pull-stream

convert a node stream (classic or new) into a pull-stream
MIT License
30 stars 5 forks source link

"close" is written to stderr #7

Closed regular closed 9 years ago

regular commented 9 years ago

Hi Dominic,

I am having a lot of fun playing with pull-streams. To parse JSON, I m wrapping JSONStream into stream-to-pull-stream, which seems to work fine. However, I am a bit irritated by this line

Is that debug output that was left here by accident (I guess it is), or does it actually indicate that something did not went as smoothly as it should have?

Thanks for the great module eco-system that pull-streams are!

dominictarr commented 9 years ago

thanks, yes I noticed that yesterday, but hadn't gotten around to fixing it yet. Fixed now! I am glad you like pull-streams! cheers!

dominictarr commented 9 years ago

(fixed in 1.6.6)

regular commented 9 years ago

Great, thank you!