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 @@ -31,7 +31,7 @@ function determineBrowsers() {
31
31
) ;
32
32
if ( validBrowsers . length === 0 ) {
33
33
console . error (
34
- `The \'BROWSER \' environment variable was set, but no supported browsers were listed. The supported browsers are ${ JSON . stringify (
34
+ `The \'BROWSERS \' environment variable was set, but no supported browsers were listed. The supported browsers are ${ JSON . stringify (
35
35
supportedBrowsers
36
36
) } .`
37
37
) ;
@@ -41,7 +41,7 @@ function determineBrowsers() {
41
41
}
42
42
} else {
43
43
console . log (
44
- "The 'BROWSER ' environment variable is undefined. Defaulting to 'ChromeHeadless'."
44
+ "The 'BROWSERS ' environment variable is undefined. Defaulting to 'ChromeHeadless'."
45
45
) ;
46
46
return [ 'ChromeHeadless' ] ;
47
47
}
You can’t perform that action at this time.
0 commit comments