Skip to content

Commit 77dffc1

Browse files
author
Tsvetan Raikov
committed
Fixed: VisualStudioCode hangs when executing Sync on iOS action
1 parent 969ebed commit 77dffc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/commands/debug.ts

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
return (() => {
2222
let projectData: IProjectData = this.$injector.resolve("projectData");
2323

24+
this.$logger.info(`Successfully synced application ${deviceAppData.appIdentifier} on device ${deviceAppData.device.deviceInfo.identifier}.`);
25+
2426
this.debugService.debugStop().wait();
2527

2628
let applicationId = deviceAppData.appIdentifier;

0 commit comments

Comments
 (0)