mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Changed wording for safeDelete function JSDoc
This commit is contained in:
parent
21c1921867
commit
675806829c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue