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
*/
function safeDelete(dir) {