fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@pushrocks/smartfile', | ||||
|   version: '10.0.11', | ||||
|   version: '10.0.12', | ||||
|   description: 'offers smart ways to work with files in nodejs' | ||||
| } | ||||
|   | ||||
| @@ -354,9 +354,8 @@ export const listFileTree = async ( | ||||
|     nodir: true, | ||||
|     dot: true, | ||||
|   }; | ||||
|    | ||||
|  | ||||
|   let fileList = await plugins.glob.glob(miniMatchFilter, options) | ||||
|   let fileList = await plugins.glob.glob(miniMatchFilter, options); | ||||
|   if (absolutePathsBool) { | ||||
|     fileList = fileList.map((filePath) => { | ||||
|       return plugins.path.resolve(plugins.path.join(dirPath, filePath)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user