-
Notifications
You must be signed in to change notification settings - Fork 214
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
fast-csv error stream issues #93
Labels
Comments
doug-martin
added a commit
to doug-martin/fast-csv
that referenced
this issue
Mar 13, 2015
Merged
doug-martin
added a commit
to doug-martin/fast-csv
that referenced
this issue
Mar 13, 2015
doug-martin
added a commit
to doug-martin/fast-csv
that referenced
this issue
Mar 13, 2015
Hi Joe, Found the issue and it should be resolved with -Doug |
@doug-martin Awesomesauce. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into an issue when using fast-csv and listening for the error event. It seems a fast-csv stream doesn't properly manage stream events. The example I have is I will thrown an exception outside of the stream and fast-csv stream error event will trigger instead of having it handled via the process.
Example can be found at https://gist.github.com/jgornick/cd2b8bf0d8ba76b5d747
The text was updated successfully, but these errors were encountered: