Fix error
This commit is contained in:
parent
9ef3e45bcd
commit
18c6c7ebb7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ impl HighlightedWorkspaceLocation {
|
||||||
.map(|path| {
|
.map(|path| {
|
||||||
let path = util::paths::compact(&path);
|
let path = util::paths::compact(&path);
|
||||||
let highlighted_text = Self::highlights_for_path(
|
let highlighted_text = Self::highlights_for_path(
|
||||||
full_path.as_ref(),
|
path.as_ref(),
|
||||||
&string_match.positions,
|
&string_match.positions,
|
||||||
path_start_offset,
|
path_start_offset,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue