Skip to content

Commit

Permalink
add unsafeCleanup option to jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kerimdzhanov committed Aug 1, 2018
1 parent 310c60f commit bb3d59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tmp.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ _safely_install_listener();
* @property {?string} dir the tmp directory to use
* @property {?string} prefix prefix for the generated name
* @property {?string} postfix postfix for the generated name
* @property {?boolean} unsafeCleanup recursively removes the created temporary directory, even when it's not empty
*/

/**
Expand Down

0 comments on commit bb3d59b

Please sign in to comment.