Skip to content

Commit

Permalink
♻️ Added convenience return to get verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Apr 30, 2024
1 parent d6c3a7c commit 69cd807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cli_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ def set_verbosity(verbosity=nil)
debug = (verbosity == Verbosity::DEBUG)
Object.module_eval("PROJECT_DEBUG = debug")
PROJECT_DEBUG.freeze()

return verbosity
end


Expand Down

0 comments on commit 69cd807

Please sign in to comment.