diff --git a/core/msg_conf_list.js b/core/msg_conf_list.js index 3c9d7152..7ba75376 100644 --- a/core/msg_conf_list.js +++ b/core/msg_conf_list.js @@ -73,7 +73,7 @@ exports.getModule = class MessageConfListModule extends MenuModule { (next) => { const confListView = this.viewControllers.confList.getView(MciViewIds.confList); if(!confListView) { - return cb(Errors.MissingMci(`Missing conf list MCI ${MciViewIds.confList}`)); + return next(Errors.MissingMci(`Missing conf list MCI ${MciViewIds.confList}`)); } confListView.on('index update', idx => {