Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs into 280-config-revamp

This commit is contained in:
Bryan Ashby
2020-06-15 19:09:45 -06:00
16 changed files with 144 additions and 140 deletions

View File

@@ -480,9 +480,11 @@ function dumpQWKPacket() {
}
],
err => {
if (err) {
console.error(`QWK dump failed: ${err.message}`);
}
}
)
);
}
function exportQWKPacket() {

View File

@@ -507,9 +507,10 @@ function listUsers() {
},
(userList, callback) => {
userList.forEach(user => {
console.info(`${user.userId}: ${user.userName}`);
});
return callback(null);
},
],
err => {