Open
Description
Currently, it is theoretically possible to attempt selecting a range below 0.
-
/code entity
around
should be greater than 0
-
/code lines
start
andend
should be greater than 1
This is currently the only check in place, checking if startLine
exceeds the total line count of the file.
Lines 136 to 145 in 9bafefb
#50 could easily be thrown out and have an error returned instead, for which an onError
method could be added.