Skip to content

Commit ad3b972

Browse files
committed
Add path query for chromium
Fixes #46
1 parent a5d4a5a commit ad3b972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/local/platform/unix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var path = require('path');
22

33
module.exports = {
44
chrome: {
5-
pathQuery: 'which google-chrome',
5+
pathQuery: 'which chromium-browser chromium google-chrome google-chrome-stable | head -n1',
66
process: 'chrome',
77
opensTab: true,
88
args: ['--no-first-run']

0 commit comments

Comments
 (0)