fix rm
This commit is contained in:
		| @@ -38,7 +38,7 @@ const handler = async ({payload}: FirRouteInput<typeof payloadT>) => { | |||||||
| 	console.log("cloned"); | 	console.log("cloned"); | ||||||
| 	const localManifest = JSON.parse(await fs.promises.readFile("./repos/picobook.json", "utf8")); | 	const localManifest = JSON.parse(await fs.promises.readFile("./repos/picobook.json", "utf8")); | ||||||
| 	console.log("read local manifest"); | 	console.log("read local manifest"); | ||||||
| 	fs.promises.rm("./repos"); | 	fs.promises.rm("./repos", {recursive: true, force: true}); | ||||||
| 	console.log({ | 	console.log({ | ||||||
| 		manifest, | 		manifest, | ||||||
| 		localManifest, | 		localManifest, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 dylan
					dylan