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) {
8787 } else if ( process . platform == "linux" ) {
8888 return "/usr/bin/google-chrome" ;
8989 } 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' ;
9191 } else {
9292 throw new Error ( "Path to Google Chrome executable must be specified" ) ;
9393 }
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function browserPath(benchmarkOptions: BenchmarkDriverOptions) {
8686 } else if ( process . platform == "linux" ) {
8787 return "google-chrome" ;
8888 } 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' ;
9090 } else {
9191 throw new Error ( "Path to Google Chrome executable must be specified" ) ;
9292 }
You can’t perform that action at this time.
0 commit comments