Commit 8219422
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 da5df06 commit 8219422
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 227 | + | |
| 228 | + | |
231 | 229 | | |
232 | 230 | | |
233 | 231 | | |
| |||
0 commit comments