2
0
NGPixel 8 жил өмнө
parent
commit
1cb09eb56b

+ 1 - 1
libs/git.js

@@ -233,7 +233,7 @@ module.exports = {
 				throw new Error(errorMsg);
 			}
 			return true;
-		})
+		});
 
 	},
 

+ 1 - 1
libs/uploads-agent.js

@@ -234,7 +234,7 @@ module.exports = {
 
 						});
 
-					})
+					});
 				}
 			}
 

+ 1 - 1
libs/uploads.js

@@ -143,7 +143,7 @@ module.exports = {
 				return self.deleteUploadsFileTry(f, 0);
 			}
 			return true;
-		})
+		});
 	},
 
 	deleteUploadsFileTry(f, attempt) {