Changed wording for safeDelete function JSDoc

This commit is contained in:
Matthew Nickson 2023-01-06 17:17:37 +00:00 committed by GitHub
parent 21c1921867
commit 675806829c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {