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 @@ -106,7 +106,7 @@ function startXvfb(env) {
106
106
console . log ( "sleep for 1000ms" ) ;
107
107
yield sleep ( 1000 ) ;
108
108
console . log ( "::endgroup::" ) ;
109
- return [ result [ 0 ] , result [ 1 ] ] ;
109
+ return [ result [ 0 ] , result [ 1 ] , result [ 2 ] ] ;
110
110
}
111
111
else {
112
112
console . log ( "::endgroup::" ) ;
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ async function startXvfb(env: { [key: string]: string }): Promise<string[]> {
82
82
console . log ( "sleep for 1000ms" ) ;
83
83
await sleep ( 1000 ) ;
84
84
console . log ( "::endgroup::" ) ;
85
- return [ result [ 0 ] , result [ 1 ] ] ;
85
+ return [ result [ 0 ] , result [ 1 ] , result [ 2 ] ] ;
86
86
} else {
87
87
console . log ( "::endgroup::" ) ;
88
88
throw new Error ( `failed to start Xvfb, exit code '${ output . exitCode } '` ) ;
You can’t perform that action at this time.
0 commit comments