Commit 6a74dea
committed
src/features: updated errorRegex to work on Windows
The previous revision to errorRegex removed support for \r\n line endings. This change uses \s* to match all whitespace between the lines in the error message which shoul eliminate this problem in the future. Also, the previous version only allowed uppercase drive letters and my system reported lowercase (ie. c:\) which caused the matching to fail.1 parent c5169e9 commit 6a74dea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments