Add comment
This commit is contained in:
parent
1c8d7d87c2
commit
ce194376a3
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ export class InitialCryptoSetupStore extends EventEmitter {
|
||||||
this.stores = stores;
|
this.stores = stores;
|
||||||
this.onFinished = onFinished;
|
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"));
|
this.doSetup().catch(() => logger.error("Initial crypto setup failed"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue