Commit 96d8e46
committed
fix: drop leading garbage from exact glob pattern
Due to an unfortunate mixup of `resize()` vs. `reserve()` for the buffer
containing the generated regex pattern for matching exact file paths,
the buffer had garbage at the start leading to file searches not
finding files if no wildcards were in effect.1 parent b9118e2 commit 96d8e46
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
0 commit comments