We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3403630 commit df32b43Copy full SHA for df32b43
make.js
@@ -625,7 +625,7 @@ target.chrome = function() {
625
626
// If we're on a Darwin (Mac) OS, then let's check for an .app path
627
if (process.platform === 'darwin' && executable.indexOf('.app') !== -1) {
628
- executable = executable + '/Contents/MacOS/Google Chrome');
+ executable = executable + '/Contents/MacOS/Google Chrome';
629
}
630
631
// If the chrome executable doesn't exist
0 commit comments