回调调整
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user