rvagg / through2

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
MIT License
1.9k stars 106 forks source link

Destroy fix and test #26

Closed mafintosh closed 10 years ago

mafintosh commented 10 years ago

There is an embarrassing typo in my previous PR that added destroy that I just realized I forgot to fix when sending the PR.

This fixes this. I've added some basic tests for destroy as well to make it doesn't happen again

mafintosh commented 10 years ago

Oh just realized I've got push rights to this repo. Since this is a bug fix I'm gonna go ahead and merge it.

mafintosh commented 10 years ago

@rvagg could you release this a patch update?

rvagg commented 10 years ago

done