Skip to content

Commit

Permalink
Show full bin search path in verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Dec 22, 2017
1 parent b47ac37 commit 9bd5428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

* Show full bin search path in verbose output [@toy](https://github.com/toy)

## v0.26.1 (2017-12-14)

* Require `'date'` which is used in parsing pngout version [toy/image_optim_pack#14](https://github.com/toy/image_optim_pack/issues/14) [@toy](https://github.com/toy)
Expand Down
2 changes: 2 additions & 0 deletions lib/image_optim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def initialize(options = {})

@bin_resolver = BinResolver.new(self)

$stderr << "PATH: #{@bin_resolver.env_path}\n" if verbose

@workers_by_format = Worker.create_all_by_format(self) do |klass|
config.for_worker(klass)
end
Expand Down

0 comments on commit 9bd5428

Please sign in to comment.