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 ERB template highlighting crash when compiled longer than source
This ensures that the debug template will be shown even if the error
highlighting is on the wrong line. When the compiled template is much
longer than the source, errors can occur on lines that don't exist on
the source. Avoid crashing so the exception middleware can display.
0 commit comments