mirror of
https://github.com/github/rails.git
synced 2026-01-28 15:58:03 -05:00
ebb642fa3a2b1a4e31abf9610ca634e6bb5d57d3
Previously, the code collecting watch_frames could fail leaving watch_frames defined but nil. The cleanup code checks watch_frames is defined, but not that it holds a value, raising an undefined method on NilClass error rather than the original cause. This can make debugging the underlying cause a total pain. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%