Commit 8d62d97
fix: handle bare Assets/ path in manage_shader (#743)
Trim(/) was stripping the trailing slash before the StartsWith check,
so Assets/ became Assets which did not match Assets/. Now handles
the bare Assets case explicitly.
Co-authored-by: Claude Opus 4.6 <[email protected]>1 parent 0c0a68d commit 8d62d97
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
0 commit comments