File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,7 @@ async function runTests(config: TestConfig) {
85
85
if ( chrome_notes ) {
86
86
console . error ( ) ;
87
87
console . error ( chalk `{red ${ chrome_notes } }` ) ;
88
- console . error ( " yo " ) ;
89
- } else {
90
- console . error ( "No chrome notes!" )
88
+ console . error ( ) ;
91
89
}
92
90
93
91
process . exit ( 1 ) ;
Original file line number Diff line number Diff line change @@ -88,11 +88,12 @@ const argv = yargs.options({
88
88
console . log ( stdout ) ;
89
89
console . error ( stderr ) ;
90
90
91
- const chrome_notes = process . env . CHROME_VERSION_NOTES ;
92
- if ( chrome_notes ) {
93
- console . error ( )
94
- console . error ( chrome_notes )
91
+ if ( process . env . CHROME_VERSION_NOTES ) {
95
92
console . error ( )
93
+ console . error ( process . env . CHROME_VERSION_NOTES )
94
+ console . error ( " yo yo ho ho " )
95
+ } else {
96
+
96
97
}
97
98
98
99
writeLogs ( 'Failure' , name , stdout + '\n' + stderr ) ;
You can’t perform that action at this time.
0 commit comments