fix: mark find in files results as byte positions

This commit is contained in:
CJ van den Berg 2025-08-17 22:33:24 +02:00
parent 4188e25df9
commit 06a31ea5fd
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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());
}