Skip to content

Commit

Permalink
Merge pull request #126 from mgol/patch-1
Browse files Browse the repository at this point in the history
refactor: remove incorrect comment
  • Loading branch information
rogeriopvl committed May 6, 2017
2 parents f61d786 + 2a02494 commit 96d84aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ ChromeHeadlessBrowser.prototype = {
name: 'ChromeHeadless',

DEFAULT_CMD: {
// Try chromium-browser before chromium to avoid conflict with the legacy
// chromium-bsu package previously known as 'chromium' in Debian and Ubuntu.
linux: getBin(['google-chrome', 'google-chrome-stable']),
darwin: getChromeDarwin('/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'),
win32: getChromeExe('Chrome')
Expand Down

0 comments on commit 96d84aa

Please sign in to comment.