This commit is contained in:
Peter Tripp
2024-11-22 17:19:55 -05:00
parent f5a60d9e06
commit bb484333db

View File

@@ -88,7 +88,7 @@ impl Match {
let home = project
.update(&mut cx, |project, cx| {
project.resolve_abs_path(
&("~/".to_string() + &path.to_string_lossy().to_string()),
&("~/".to_string() + &path.to_string_lossy().as_ref()),
cx,
)
})?