BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

Hide variables unless we have binding_of_caller #347

Closed sj26 closed 8 years ago

sj26 commented 8 years ago

We can't show variables without the frame, as stated in the message under the code snippet, so there's no point displaying these sections.

At the moment it just looks like there are no variables.