Skip to content

Commit df32b43

Browse files
committed
Update make.js
1 parent 3403630 commit df32b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ target.chrome = function() {
625625

626626
// If we're on a Darwin (Mac) OS, then let's check for an .app path
627627
if (process.platform === 'darwin' && executable.indexOf('.app') !== -1) {
628-
executable = executable + '/Contents/MacOS/Google Chrome');
628+
executable = executable + '/Contents/MacOS/Google Chrome';
629629
}
630630

631631
// If the chrome executable doesn't exist

0 commit comments

Comments
 (0)