File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ function getChromiumEdgeDriverArchitecture(wantedArchitecture) {
300
300
function getLinuxChromiumEdgeDriverArchitecture ( wantedArchitecture ) {
301
301
// chromium edge supports linux 64 only
302
302
if ( wantedArchitecture !== 'x64' ) {
303
- throw new Error ( 'Only x64 architecture is available for chroimum edge driver for linux' ) ;
303
+ throw new Error ( 'Only x64 architecture is available for chromium edge driver for linux' ) ;
304
304
}
305
305
306
306
return 'linux64' ;
@@ -309,7 +309,7 @@ function getLinuxChromiumEdgeDriverArchitecture(wantedArchitecture) {
309
309
function getMacChromiumEdgeDriverArchitecture ( wantedArchitecture ) {
310
310
// chromium edge supports mac 64 only
311
311
if ( wantedArchitecture !== 'x64' ) {
312
- throw new Error ( 'Only x64 architecture is available for chroimum edge driver for mac' ) ;
312
+ throw new Error ( 'Only x64 architecture is available for chromium edge driver for mac' ) ;
313
313
}
314
314
315
315
return 'mac64' ;
You can’t perform that action at this time.
0 commit comments