fixed error

This commit is contained in:
2023-01-21 17:24:13 +01:00
parent 85f55c9d51
commit c8eb5d58ea

View File

@@ -21,7 +21,9 @@ impl Build {
};
let path = entry.path().to_str()
.expect("could not get text path");
.expect("could not get text path")
.to_string()
.clone();
if entry.path().is_dir() {
results = [