You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies in advance as I really don't know what I'm doing when it comes to streams, but I noticed that using this lib in a gulp command the returned transform doesn't report as having ended. I added:
transform.emit('end');
on line 155 of index.js and it seemed to work? I have no idea if this makes sense or not though...
The text was updated successfully, but these errors were encountered:
Hey! Your fix definitely ensures the transform reports ending, thanks for opening the issue. Yeah the lib is just super out of date and a bit sloppy - something I hacked together and haven't gotten to clean up.
I'm currently rewriting to fix the underlying problem of proxying the streams via an unneeded passthrough, so hoping to have this issue closed by the end of the weekend.
Apologies in advance as I really don't know what I'm doing when it comes to streams, but I noticed that using this lib in a gulp command the returned transform doesn't report as having ended. I added:
on line 155 of index.js and it seemed to work? I have no idea if this makes sense or not though...
The text was updated successfully, but these errors were encountered: