mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-29 18:31:26 +02:00
EventIndexPeg: Add a missing return statement.
This commit is contained in:
parent
28d2e658a4
commit
448c9a8290
@ -61,6 +61,7 @@ class EventIndexPeg {
|
|||||||
await index.init();
|
await index.init();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log("EventIndex: Error initializing the event index", e);
|
console.log("EventIndex: Error initializing the event index", e);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("EventIndex: Successfully initialized the event index");
|
console.log("EventIndex: Successfully initialized the event index");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user