You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: generalize line handling and fix edge cases
- Refactor getPositionIndicator to handle any line number dynamically
- Normalize \r\n and \r to \n for cross-platform compatibility
- Simplify code by using split approach instead of hard-coded line handling
- Works for header, body, footer, and any future line numbers
0 commit comments