Commit 47d4b65
committed
fix: Use from_file_path instead of from_directory_path for element JSON files
This fixes a Windows path handling issue where element JSON files were not
being found correctly. The bug was caused by using Url::from_directory_path
for file paths instead of Url::from_file_path.
Fixes #1 - Windows CI test failures1 parent 678b962 commit 47d4b65
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments