EventIndexPeg: Add a missing return statement.
This commit is contained in:
parent
28d2e658a4
commit
448c9a8290
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class EventIndexPeg {
|
|||
await index.init();
|
||||
} catch (e) {
|
||||
console.log("EventIndex: Error initializing the event index", e);
|
||||
return false;
|
||||
}
|
||||
|
||||
console.log("EventIndex: Successfully initialized the event index");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue