* Fix bug causing private mail to be skipped during new scan

* Some code cleanup: spaces -> indents
* Resolve TODO removing Message.MetaCategories: Just use string names
* Misc ES5 -> ES6
* Fix bug in module loader when require() fails
* Some DRY in new_scan.js
This commit is contained in:
Bryan Ashby 2016-04-12 22:38:32 -06:00
parent 51e4dccbfe
commit f0919b5227
5 changed files with 116 additions and 134 deletions

View file

@ -97,7 +97,7 @@ function loadMenu(options, cb) {
menuName : options.name,
menuConfig : modData.config,
extraArgs : options.extraArgs,
client : options.client,
client : options.client,
});
callback(null, moduleInstance);
} catch(e) {