Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit d039b8e

Browse files
committed
uhh
1 parent 4064a51 commit d039b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/handleFileTracking.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const handleFileTracking = ({ functionsPath, publishPath }) => {
4242
// console.log('4', join(dirPath, "next_shows_id\\"));
4343
// console.log('5', filePath)
4444
// console.log('6', [filePath, '\\'].join(''));
45-
rmdirSync(filePath);
45+
rmdirSync(filePath, { recursive: true });
4646
removeSync(filePath);
4747
} catch (e) {
4848
console.log('e', e)

0 commit comments

Comments
 (0)