A lot of code tidy up

This commit is contained in:
Bryan Ashby 2020-06-15 19:08:55 -06:00
parent fd86293dbe
commit 9e9dc9af89
No known key found for this signature in database
GPG key ID: B49EB437951D2542
16 changed files with 144 additions and 140 deletions

View file

@ -365,7 +365,7 @@ exports.getModule = class MessageBaseQWKExport extends MenuModule {
const sysDownloadPath = paths.join(sysTempDownloadDir, this.tempName);
fse.move(packetInfo.path, sysDownloadPath, err => {
return callback(null, sysDownloadPath, packetInfo);
return callback(err, sysDownloadPath, packetInfo);
});
},
(sysDownloadPath, packetInfo, callback) => {