From 77dffc159aa4ae6aa89c00939cda30a2ed883d3f Mon Sep 17 00:00:00 2001 From: Tsvetan Raikov Date: Wed, 10 Aug 2016 18:18:37 +0300 Subject: [PATCH] Fixed: VisualStudioCode hangs when executing Sync on iOS action --- lib/commands/debug.ts | 2 ++ 1 file changed, 2 insertions(+) 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;