We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41d18e9 + 77dffc1 commit 3295421Copy full SHA for 3295421
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