回调调整

This commit is contained in:
结发受长生
2019-05-15 15:19:30 +08:00
parent 9c9ad8eac9
commit 559c17ef0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,5 +48,5 @@ function readDirSync(imageFolderPath, images, rootPath, callback, count={fileCou
}
module.exports = function (rootPath, imageFloder, callback) {
return readDirSync(path.resolve(rootPath, imageFloder), [], rootPath, callback)
readDirSync(path.resolve(rootPath, imageFloder), [], rootPath, callback)
}