Fix error

This commit is contained in:
Petros Amoiridis 2023-03-30 14:03:59 +03:00
parent 9ef3e45bcd
commit 18c6c7ebb7
No known key found for this signature in database

View file

@ -63,7 +63,7 @@ impl HighlightedWorkspaceLocation {
.map(|path| {
let path = util::paths::compact(&path);
let highlighted_text = Self::highlights_for_path(
full_path.as_ref(),
path.as_ref(),
&string_match.positions,
path_start_offset,
);