fix: mark find in files results as byte positions
This commit is contained in:
parent
4188e25df9
commit
06a31ea5fd
1 changed files with 1 additions and 0 deletions
|
@ -1423,6 +1423,7 @@ fn add_find_in_files_result(
|
|||
.end_pos = @max(1, end_pos) - 1,
|
||||
.lines = lines,
|
||||
.severity = severity,
|
||||
.pos_type = .byte,
|
||||
}) catch |e| return tp.exit_error(e, @errorReturnTrace());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue