Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 179 Bytes

File metadata and controls

2 lines (2 loc) · 179 Bytes

Fix edge cases in SyntaxError formatting. If the offset is <= 0, no caret is printed. If the offset is > line length, the caret is printed pointing just after the last character.