We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1d236 commit 363bf0fCopy full SHA for 363bf0f
lib/controllers/run-controller.ts
@@ -330,6 +330,8 @@ export class RunController extends EventEmitter implements IRunController {
330
applicationIdentifier: projectData.projectIdentifiers[device.deviceInfo.platform.toLowerCase()],
331
error: err,
332
});
333
+
334
+ await this.stop({ projectDir: projectData.projectDir, deviceIdentifiers: [device.deviceInfo.identifier] });
335
}
336
};
337
0 commit comments