mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
* 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:
parent
1a6af18801
commit
662d3f232e
4 changed files with 97 additions and 12 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue