Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent index out of bounds in get_code_block_range (#271)
Add bounds checking to prevent nil indexing when row parameter is outsidethe valid range (less than 1 or greater than number of lines). Error: attempt to index local 'line' (a nil value)
- Loading branch information