Skip to content

Commit 87f3d7a

Browse files
authoredApr 3, 2021
Fix chrome app on macOS (#240)
1 parent 8881dab commit 87f3d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function detectPlatformBinary({[platform]: platformBinary}, {wsl}) {
249249
const apps = {};
250250

251251
defineLazyProperty(apps, 'chrome', () => detectPlatformBinary({
252-
darwin: 'google chrome canary',
252+
darwin: 'google chrome',
253253
win32: 'chrome',
254254
linux: ['google-chrome', 'google-chrome-stable']
255255
}, {

0 commit comments

Comments
 (0)