BetterErrors / better_errors

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

Fix "live shell" hint reappearing when frame changed #491

Closed RobinDaugherty closed 3 years ago

RobinDaugherty commented 3 years ago

Fixes the work just merged in #490. The hint was reappearing when the user clicked a different frame.

This logic didn't belong inside of the REPL prototype anyway, so moving it out of there. Using CSS to hide it, we only need to add a body class at startup, or later, but only once.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 346467872


Totals Coverage Status
Change from base Build 346436937: 0.0%
Covered Lines: 490
Relevant Lines: 506

💛 - Coveralls