We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969ebed commit 77dffc1Copy full SHA for 77dffc1
lib/commands/debug.ts
@@ -21,6 +21,8 @@
21
return (() => {
22
let projectData: IProjectData = this.$injector.resolve("projectData");
23
24
+ this.$logger.info(`Successfully synced application ${deviceAppData.appIdentifier} on device ${deviceAppData.device.deviceInfo.identifier}.`);
25
+
26
this.debugService.debugStop().wait();
27
28
let applicationId = deviceAppData.appIdentifier;
0 commit comments