Commit 8ea29cb
committed
fix(validate): handle Windows line endings in build script
Update the build script to split 'macro.yml' content by either '\n' or
'\r\n'. This fixes a build failure on Windows where carriage returns
were causing regex matching to fail when parsing the YAML file.1 parent d3bfa6f commit 8ea29cb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments