Skip to content

Commit 3295421

Browse files
authored
Merge pull request #1993 from NativeScript/raikov/fix-vscode-debug-livesync
Fixed: VisualStudioCode hangs when executing Sync on iOS action
2 parents 41d18e9 + 77dffc1 commit 3295421

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)