Code style fix (3)
This commit is contained in:
parent
1cb09eb56b
commit
6e65c63606
@ -159,7 +159,7 @@ module.exports = {
|
|||||||
if(err.code === 'EBUSY' && attempt < 5) {
|
if(err.code === 'EBUSY' && attempt < 5) {
|
||||||
return Promise.delay(100).then(() => {
|
return Promise.delay(100).then(() => {
|
||||||
return self.deleteUploadsFileTry(f, attempt + 1);
|
return self.deleteUploadsFileTry(f, attempt + 1);
|
||||||
})
|
});
|
||||||
} else {
|
} else {
|
||||||
winston.warn('Unable to delete uploads file ' + f.filename + '. File is locked by another process and multiple attempts failed.');
|
winston.warn('Unable to delete uploads file ' + f.filename + '. File is locked by another process and multiple attempts failed.');
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user