We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running into some weird race condition stuff when an error is omitted from within one of our pumpify pipeline - Ref https://github.com/cristianl/testcase-vinyl-bug from gulpjs/gulp#2086 (comment) and mafintosh/end-of-stream#17
The text was updated successfully, but these errors were encountered:
The asyncRunner is already nextTicked so there shouldn't be a reason to tick these.
Sorry, something went wrong.
Looks like this was added to avoid swallowing thrown errors in promises but that might be wrong.
Update: Add failing test for #45
ad873f2
Fix: Wrap callback call in try/catch and rethrow async (fixes #45)
e54c104
11fffe0
No branches or pull requests
Running into some weird race condition stuff when an error is omitted from within one of our pumpify pipeline - Ref https://github.com/cristianl/testcase-vinyl-bug from gulpjs/gulp#2086 (comment) and mafintosh/end-of-stream#17
The text was updated successfully, but these errors were encountered: