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: scan content after block comment close on same line
When */ appeared mid-line, the continue statement skipped the entire
line including any real code after the comment close. Now extracts and
scans the post-close portion of the line.
0 commit comments