EventIndexPeg: Add a missing return statement.

pull/21833/head
Damir Jelić 2019-11-14 16:01:14 +01:00
parent 28d2e658a4
commit 448c9a8290
1 changed files with 1 additions and 0 deletions

View File

@ -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");