Skip to content

Commit 0d0f5d9

Browse files
committed
Ensure / for win in import
1 parent c04627d commit 0d0f5d9

File tree

1 file changed

+1
-1
lines changed
  • crates/compilers/src/preprocessor

1 file changed

+1
-1
lines changed

crates/compilers/src/preprocessor/data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ interface {vm_interface_name} {{
206206
function getCode(string memory _artifact) external returns (bytes memory);
207207
}}
208208
"#,
209-
path = path.display(),
209+
path = path.to_slash_lossy(),
210210
);
211211

212212
Some(helper)

0 commit comments

Comments
 (0)