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
fail-fast
When specifying a dir, you may want to stop immediately if an error occurs, or you may want other files to be converted even if an error occurs.
I would like to have an option to allow users to choose this pattern.
The existing one is already failFast, so all we need to do is use join_all in featuers and then join the err from vec.
join_all
featuers
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
When specifying a dir, you may want to stop immediately if an error occurs, or you may want other files to be converted even if an error occurs.
I would like to have an option to allow users to choose this pattern.
Implementation ideas
The existing one is already failFast, so all we need to do is use
join_all
infeatuers
and then join the err from vec.other
No response
The text was updated successfully, but these errors were encountered: