Code style fix (3)

This commit is contained in:
NGPixel 2016-10-18 00:56:19 -04:00
parent 1cb09eb56b
commit 6e65c63606

View File

@ -159,7 +159,7 @@ module.exports = {
if(err.code === 'EBUSY' && attempt < 5) {
return Promise.delay(100).then(() => {
return self.deleteUploadsFileTry(f, attempt + 1);
})
});
} else {
winston.warn('Unable to delete uploads file ' + f.filename + '. File is locked by another process and multiple attempts failed.');
return true;