Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix stream error handling for bundling and watching. Fixes #43 and #31 #47

Merged
merged 1 commit into from
Mar 1, 2015

Conversation

chmontgomery
Copy link
Contributor

This introduces process.exit(1) to the mix when a custom transform throws an error. I wasn't able to simply throw an Error as discussed here: gulpjs/gulp#259, I think due to the inception of streams I have going on in this library. If someone has a problem with this, please let me know and give me a concrete example where this is messing you up. Thanks!

chmontgomery added a commit that referenced this pull request Mar 1, 2015
fix stream error handling for bundling and watching. Fixes #43 and #31
@chmontgomery chmontgomery merged commit 2a107e2 into master Mar 1, 2015
@chmontgomery chmontgomery deleted the feature/watch-errs branch March 1, 2015 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant