MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.7k stars 402 forks source link

timer_struct/sql.rb:53: warning: instance variable @reported not initialized #511

Open bkazez opened 2 years ago

bkazez commented 2 years ago

When running ruby with -w, I repeatedly get:

rack-mini-profiler-2.3.3/lib/mini_profiler/timer_struct/sql.rb:53: warning: instance variable @reported not initialized
SamSaffron commented 2 years ago

looks like an easy fix, would you like to give it a shot in a PR?