Commit 9e7482e
fix(core): normalize path separators to forward slashes on Windows
path.relative() produces backslashes on Windows but manifest JSON
should always use forward slashes for cross-platform portability.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 337f06c commit 9e7482e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments