asenchi / scrolls

Simple logging
MIT License
158 stars 26 forks source link

Avoid unused assignment #93

Closed tt closed 2 months ago

tt commented 2 months ago

While I was addressing #92, I noticed another warning:

lib/scrolls/utils.rb:56: warning: assigned but unused variable - esc

I'm not sure when this first started. I still have Ruby 2.5 installed and that also raises it.

It's not critical but I figured to address it considering I was already in the codebase.

asenchi commented 2 months ago

Thanks for the contribution!