File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ function browserPath(benchmarkOptions: BenchmarkDriverOptions) {
87
87
} else if ( process . platform == "linux" ) {
88
88
return "/usr/bin/google-chrome" ;
89
89
} else if ( / ^ w i n / i. test ( process . platform ) ) {
90
- return 'C:\\Program Files (x86) \\Google\\Chrome\\Application\\chrome.exe' ;
90
+ return 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe' ;
91
91
} else {
92
92
throw new Error ( "Path to Google Chrome executable must be specified" ) ;
93
93
}
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function browserPath(benchmarkOptions: BenchmarkDriverOptions) {
86
86
} else if ( process . platform == "linux" ) {
87
87
return "google-chrome" ;
88
88
} else if ( / ^ w i n / i. test ( process . platform ) ) {
89
- return 'C:\\Program Files (x86) \\Google\\Chrome\\Application\\chrome.exe' ;
89
+ return 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe' ;
90
90
} else {
91
91
throw new Error ( "Path to Google Chrome executable must be specified" ) ;
92
92
}
You can’t perform that action at this time.
0 commit comments