Skip to content

Commit 9c91359

Browse files
tzraikovTsvetan Raikov
authored and
Tsvetan Raikov
committed
Merge pull request #1993 from NativeScript/raikov/fix-vscode-debug-livesync
Fixed: VisualStudioCode hangs when executing Sync on iOS action
1 parent acfbf16 commit 9c91359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/livesync-service-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ class LiveSyncServiceBase extends EventEmitter implements ILiveSyncServiceBase {
220220
if (!this.emit("sync", device, data)) {
221221
platformLiveSyncService.refreshApplication(deviceAppData, localToDevicePaths, data.forceExecuteFullSync || !wasInstalled).wait();
222222
}
223-
this.$logger.info(`Successfully synced application ${data.appIdentifier} on device ${device.deviceInfo.identifier}.`);
224223
}
224+
this.$logger.info(`Successfully synced application ${data.appIdentifier} on device ${device.deviceInfo.identifier}.`);
225225

226226
}).future<void>()();
227227
};

0 commit comments

Comments
 (0)