summaryrefslogtreecommitdiff
blob: 32cc8073d3f79ca3444b10784023c6a153858d2e (plain)
1
2
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.