瀏覽代碼

Code style fix (3)

NGPixel 8 年之前
父節點
當前提交
6e65c63606
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libs/uploads.js

+ 1 - 1
libs/uploads.js

@@ -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;