Commit b8469f4
committed
fix: support Windows paths in auto-push file detection
The extractFilePathsFromText regex only matched macOS/Linux absolute
paths (/Users/..., ~/...), causing auto-push to silently fail on Windows
where paths look like C:\Users\...
Added [A-Za-z]:[\/] pattern to match Windows drive-letter paths
alongside existing Unix and tilde paths.1 parent 48e0da2 commit b8469f4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments