Commit 82d4ae4
committed
fix: use pathToFileURL for cross-platform sidecar URL
Address Cursor Bugbot review: string interpolation `file://${path}`
produces invalid URLs on Windows where join() uses backslashes.
Use pathToFileURL() which correctly normalizes to file:///C:/... URLs.1 parent 9da45e2 commit 82d4ae4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
224 | | - | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
0 commit comments