mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-19 10:46:48 +02:00
Fix comment
This commit is contained in:
parent
4ae5ecff3d
commit
e668c8b261
1 changed files with 2 additions and 2 deletions
|
@ -1100,8 +1100,8 @@ module.exports.axiosAbortSignal = (timeoutMs) => {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Async version of fs.existsSync
|
* Async version of fs.existsSync
|
||||||
* @param path
|
* @param {PathLike} path File path
|
||||||
* @returns {Promise<unknown>}
|
* @returns {Promise<boolean>} True if file exists, false otherwise
|
||||||
*/
|
*/
|
||||||
function fsExists(path) {
|
function fsExists(path) {
|
||||||
return new Promise(function (resolve, reject) {
|
return new Promise(function (resolve, reject) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue