update file structure any provisioning of tscache
This commit is contained in:
		| @@ -4,12 +4,7 @@ import * as path from 'path'; | |||||||
|  |  | ||||||
| const run = async () => { | const run = async () => { | ||||||
|   const tsCacheDir = path.join(__dirname, '../tscache'); |   const tsCacheDir = path.join(__dirname, '../tscache'); | ||||||
|   const tsCacheFiles: string[] = await smartfile.fs.listFolders(tsCacheDir) as any; |   await smartfile.fs.ensureEmptyDir(tsCacheDir); | ||||||
|   for(const dir of tsCacheFiles) { |  | ||||||
|     console.log(`Removing cache directory ${dir}`); |  | ||||||
|     let dirToRemove = path.join(tsCacheDir, dir); |  | ||||||
|     await smartfile.fs.removeSync(dirToRemove); |  | ||||||
|   } |  | ||||||
| } | } | ||||||
|  |  | ||||||
| run() | run() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user