Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't die if manNumberRegex doesn't match the glob (#4610)
In certain edge cases, the glob could find files that manNumberRegex wouldn't match. A possible solution would be to try to bring the two closer, but since globs and regexes are different syntaxes, the two will never be exactly the same. It's always asking for bugs; better to just handle the issue directly.
- Loading branch information