We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a43ac commit 25d31d3Copy full SHA for 25d31d3
index.ts
@@ -49,7 +49,7 @@ class Session {
49
50
// Cleanup method to delete the temporary directory
51
cleanup() {
52
- rmdirSync(this.path, { recursive: true, force: true });
+ rmdirSync(this.path, { recursive: true });
53
}
54
55
0 commit comments