Skip to content

Commit

Permalink
Add links to readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy committed Mar 26, 2023
1 parent 926b34f commit 9020e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Gem](https://img.shields.io/gem/v/exekutor?label=version)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/devdicated/exekutor/ruby.yml?label=tests)
[![Gem](https://img.shields.io/gem/v/exekutor?label=version)](https://rubygems.org/gems/exekutor)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/devdicated/exekutor/ruby.yml?label=tests)](https://github.com/devdicated/exekutor/actions/workflows/ruby.yml)

# _Say hello to_ Exekutor

Expand Down
2 changes: 1 addition & 1 deletion lib/exekutor/internal/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def self.print_error(err, message = nil)
warn Rainbow(message).bright.red if message
warn Rainbow(error).red
end
unless ActiveSupport::Logger.logger_outputs_to?(logger, $stdout)
if config.quiet? || !ActiveSupport::Logger.logger_outputs_to?(logger, $stdout)
logger.error message if message
logger.error error
end
Expand Down

0 comments on commit 9020e4b

Please sign in to comment.