Wait, that looks like the correct behavior -- finish fires once the writable part of the through stream has finished, which is before the through stream returns the readable stream output. So I believe the correct event to listen in the Slush.js docs would be 'end', though then one has to drain the readable stream I believe.
Wait, that looks like the correct behavior --
finish
fires once the writable part of the through stream has finished, which is before the through stream returns the readable stream output. So I believe the correct event to listen in the Slush.js docs would be'end'
, though then one has to drain the readable stream I believe.