.
This commit is contained in:
@@ -136,7 +136,6 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||
} catch (err) {
|
||||
// if you try to delete a file that doesn't exist, desired result is achieved
|
||||
// other errors are valid
|
||||
console.log(err)
|
||||
if (err.code !== 'ENOENT') throw err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user