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
I just upgraded and have replaced "undefined method `[]' for nil:NilClass error" with a beautiful, helpful screen showing me the problem. Frustration gone! Brilliant. Thanks!
for example, an error in a .scss file caused a undefined method `[]' for nil:NilClass error:
changing line 6 of error_frame.rb to:
avoids this, but i'm not sure if that's the best fix for the problem. It might be better if binding_of_caller were disabled altogether in this case.
The text was updated successfully, but these errors were encountered: