Skip to content

Commit ca5c202

Browse files
authored
Merge pull request #175 from kerimdzhanov/patch-1
Add `unsafeCleanup` option to jsdoc
2 parents 310c60f + bb3d59b commit ca5c202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tmp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ _safely_install_listener();
600600
* @property {?string} dir the tmp directory to use
601601
* @property {?string} prefix prefix for the generated name
602602
* @property {?string} postfix postfix for the generated name
603+
* @property {?boolean} unsafeCleanup recursively removes the created temporary directory, even when it's not empty
603604
*/
604605

605606
/**

0 commit comments

Comments
 (0)