EventIndexPeg: Add a missing return statement.
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…
Reference in New Issue