diff --git a/lib/commands/debug.ts b/lib/commands/debug.ts index f38ee4548f..50665aa2d2 100644 --- a/lib/commands/debug.ts +++ b/lib/commands/debug.ts @@ -21,6 +21,8 @@ return (() => { let projectData: IProjectData = this.$injector.resolve("projectData"); + this.$logger.info(`Successfully synced application ${deviceAppData.appIdentifier} on device ${deviceAppData.device.deviceInfo.identifier}.`); + this.debugService.debugStop().wait(); let applicationId = deviceAppData.appIdentifier;