Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs

This commit is contained in:
Bryan Ashby 2017-03-08 23:01:25 -07:00
commit 3ec719ebe6
1 changed files with 3 additions and 1 deletions

View File

@ -1190,7 +1190,9 @@ function FTNMessageScanTossModule() {
rejects.includes(bundleFile.path) ? 'reject' : 'good',
() => {
fs.unlink(bundleFile.path, err => {
if(err) {
Log.error( { path : bundleFile.path, error : err.message }, 'Failed unlinking bundle');
}
return nextFile(null);
});
}