Skip to content

Commit

Permalink
check for chromium-browser binary in chrome cli runner (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux authored and iliabylich committed Mar 26, 2018
1 parent a81c664 commit 274f66e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/opal/cli_runners/chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def chrome_executable
%w[
google-chrome-stable
chromium
chromium-browser
].each do |name|
next unless system('sh', '-c', "command -v #{name.shellescape}", out: '/dev/null')
return name
Expand Down

0 comments on commit 274f66e

Please sign in to comment.