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
* Fix off-by-one on maxlLine calc
The old code allowed the line param to be *equal* to FileLines.Count + 1.
That's not a valid index even after subtracting 1 to get to 0-based indices.
Also added more data to log messages to help in the future.
* Fix bad interpolated string
0 commit comments