Changed wording for safeDelete function JSDoc

pull/2549/head
Matthew Nickson 1 year ago committed by GitHub
parent 21c1921867
commit 675806829c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ function updateWiki(newVersion) {
} }
/** /**
* Check if a directory exists before deleting * Check if a directory exists and then delete it
* @param {string} dir Directory to delete * @param {string} dir Directory to delete
*/ */
function safeDelete(dir) { function safeDelete(dir) {

Loading…
Cancel
Save