* Use key name for configured archiver name (e.g. "zip")

* Start WIP on mesasge import/toss via schedule
* Defaults for message network name
This commit is contained in:
Bryan Ashby 2016-02-29 22:32:51 -07:00
parent 1a6af18801
commit 662d3f232e
4 changed files with 97 additions and 12 deletions

View file

@ -69,8 +69,7 @@ function loadModulesForCategory(category, iterator, complete) {
fs.readdir(Config.paths[category], (err, files) => {
if(err) {
iterator(err);
return;
return iterator(err);
}
const jsModules = files.filter(file => {