Option to ignore errors during bulk processing
coobird opened this issue · 0 comments
coobird commented
Currently, bulk processing like toFiles
will halt as soon as any errors occur, such as file not existing. An option to ignore such errors (with a callback to provide which inputs failed) would be useful to continue processing input files in cases where it makes sense to continue processing the rest of the input.
Maybe a mutually exclusive to #188.