Skip to content

Commit

Permalink
Merge pull request #175 from kerimdzhanov/patch-1
Browse files Browse the repository at this point in the history
Add `unsafeCleanup` option to jsdoc
  • Loading branch information
silkentrance committed Aug 2, 2018
2 parents 310c60f + bb3d59b commit ca5c202
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 ca5c202

Please sign in to comment.