mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-22 12:49:20 +08:00
Changed wording for safeDelete function JSDoc
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user