Skip to content

Commit

Permalink
Change to warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 22, 2024
1 parent 8672fdf commit 8b5e272
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/async/http/faraday/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ def initialize(options = {})
end

def run
raise NotImplementedError, "Please update your Faraday version!"
if $VERBOSE
warn "Please update your Faraday version!", uplevel: 2
end
end

def async(&block)
Expand Down

0 comments on commit 8b5e272

Please sign in to comment.