Skip to content

Commit a05a1b5

Browse files
committed
Fix match highlight end
1 parent 1d36e7e commit a05a1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/ReflectHighlight.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ReflectHighlight(private val reqRes: HttpMessage, private val tokens: List
2626
reqRes,
2727
SearchMatch.Location.RESPONSE_BODY,
2828
matchResult.range.first,
29-
matchResult.range.last
29+
matchResult.range.last + 1
3030
)
3131
}
3232
}

0 commit comments

Comments
 (0)