d15c079b
by Francis De Brabandere at 2026-06-30T12:06:52+02:00
vbscript: Count carriage returns as line endings when reporting error lines.
Native sees '\n', '\r' and '\r\n' as line endings. When reporting the line
an error occurred on, we only counted '\n', so this adds the bare '\r' and
'\r\n' endings we were missing.