try & explain better

This commit is contained in:
David Baker 2019-12-09 13:44:42 +00:00
parent 89d622b8b2
commit 33284302b9

View file

@ -235,7 +235,9 @@ ipcMain.on('ipcCall', async function(ev, payload) {
// NB. The code to call this has now been removed so this
// should never be called. This code itself has been removed
// with the migration to the riot-desktop repo, with the
// expectation that this will become the new home for this code.
// expectation that this version will go away and be superseeded
// by the riot-desktop version, after which this version will
// be removed and all the origin migrationm code will go away.
migratingOrigin = true;
await migrateFromOldOrigin();
migratingOrigin = false;