Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regex escape issue when using --root on Windows
The code was using directory separator in the regex itself, which means on Windows it was leaving unescaped backslash. Added explicit escape for such cases.
- Loading branch information