We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0388273 commit 0a7408aCopy full SHA for 0a7408a
lib/services/livesync/livesync-service.ts
@@ -72,6 +72,7 @@ export class LiveSyncService extends EventEmitter implements ILiveSyncService {
72
await liveSyncProcessInfo.actionsChain;
73
}
74
75
+ removedDeviceIdentifiers = _.map(liveSyncProcessInfo.deviceDescriptors, d => d.identifier);
76
liveSyncProcessInfo.deviceDescriptors = [];
77
78
// Kill typescript watcher
0 commit comments