Skip to content

Commit

Permalink
refactor: remove incorrect comment
Browse files Browse the repository at this point in the history
The chromium-browser-related comment doesn't apply to the ChromeHeadless browser.
  • Loading branch information
mgol authored and rogeriopvl committed May 6, 2017
1 parent f61d786 commit 2a02494
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 2a02494

Please sign in to comment.