Add comment

This commit is contained in:
David Baker 2024-12-09 10:27:43 +00:00
parent 1c8d7d87c2
commit ce194376a3

View file

@ -76,6 +76,8 @@ export class InitialCryptoSetupStore extends EventEmitter {
this.stores = stores;
this.onFinished = onFinished;
// We just start this process: it's progress is tracked by the events rather
// than returning a promise, so we don't bother.
this.doSetup().catch(() => logger.error("Initial crypto setup failed"));
}