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 @@ -331,7 +331,7 @@ export class RunController extends EventEmitter implements IRunController {
331331 error : err ,
332332 } ) ;
333333
334- await this . stop ( { projectDir : projectData . projectDir , deviceIdentifiers : [ device . deviceInfo . identifier ] } ) ;
334+ await this . stop ( { projectDir : projectData . projectDir , deviceIdentifiers : [ device . deviceInfo . identifier ] , stopOptions : { shouldAwaitAllActions : false } } ) ;
335335 }
336336 } ;
337337
@@ -410,7 +410,7 @@ export class RunController extends EventEmitter implements IRunController {
410410 error : err ,
411411 } ) ;
412412
413- await this . stop ( { projectDir : projectData . projectDir , deviceIdentifiers : [ device . deviceInfo . identifier ] } ) ;
413+ await this . stop ( { projectDir : projectData . projectDir , deviceIdentifiers : [ device . deviceInfo . identifier ] , stopOptions : { shouldAwaitAllActions : false } } ) ;
414414 }
415415 } ;
416416
You can’t perform that action at this time.
0 commit comments