File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,8 @@ export class RunController extends EventEmitter implements IRunController {
330330 applicationIdentifier : projectData . projectIdentifiers [ device . deviceInfo . platform . toLowerCase ( ) ] ,
331331 error : err ,
332332 } ) ;
333+
334+ await this . stop ( { projectDir : projectData . projectDir , deviceIdentifiers : [ device . deviceInfo . identifier ] , stopOptions : { shouldAwaitAllActions : false } } ) ;
333335 }
334336 } ;
335337
@@ -408,7 +410,7 @@ export class RunController extends EventEmitter implements IRunController {
408410 error : err ,
409411 } ) ;
410412
411- await this . stop ( { projectDir : projectData . projectDir , deviceIdentifiers : [ device . deviceInfo . identifier ] } ) ;
413+ await this . stop ( { projectDir : projectData . projectDir , deviceIdentifiers : [ device . deviceInfo . identifier ] , stopOptions : { shouldAwaitAllActions : false } } ) ;
412414 }
413415 } ;
414416
You can’t perform that action at this time.
0 commit comments