Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
This commit is contained in:
commit
3ec719ebe6
|
@ -1190,7 +1190,9 @@ function FTNMessageScanTossModule() {
|
||||||
rejects.includes(bundleFile.path) ? 'reject' : 'good',
|
rejects.includes(bundleFile.path) ? 'reject' : 'good',
|
||||||
() => {
|
() => {
|
||||||
fs.unlink(bundleFile.path, err => {
|
fs.unlink(bundleFile.path, err => {
|
||||||
Log.error( { path : bundleFile.path, error : err.message }, 'Failed unlinking bundle');
|
if(err) {
|
||||||
|
Log.error( { path : bundleFile.path, error : err.message }, 'Failed unlinking bundle');
|
||||||
|
}
|
||||||
return nextFile(null);
|
return nextFile(null);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue