Closed rwjblue closed 9 years ago
If the pattern specified does not match any files, an error is thrown (from helpers.multiglob). This adds an option to catch that error.
helpers.multiglob
Any errors not matching the specific error message from multiglob or if the option is not set, will be re-thrown.
multiglob
Closes #7.
:+1:
:+1: I really need this!
This has landed in broccoli-funnel, which is what I recommend people use :)
If the pattern specified does not match any files, an error is thrown (from
helpers.multiglob
). This adds an option to catch that error.Any errors not matching the specific error message from
multiglob
or if the option is not set, will be re-thrown.Closes #7.