Updated pathsController.js

This commit is contained in:
Bobby Wibowo 2020-04-04 21:20:17 +07:00
parent 46fa9677ff
commit 24b9a8ac78
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -75,6 +75,8 @@ self.init = async () => {
))
await self.rmdir(root)
}))
if (uuidDirs.length)
logger.log(`Purged ${uuidDirs.length} unfinished chunks`)
}
module.exports = self