Commit 2e40309
committed
concatenate /*.json instead of using Path.resolve
This is needed because resolve fails on windows due to invalid path character *.
Note that we can safely concatenate /*.json (with the initial slash) because Path.of() removes any trailing slashes.1 parent 24d6cda commit 2e40309
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments