From d1365a3b43e745be8c88d311cd96576b185b6267 Mon Sep 17 00:00:00 2001 From: c459517356 Date: Wed, 13 Dec 2023 19:12:18 +0800 Subject: [PATCH] Alarm cleaning Signed-off-by: c459517356 --- interfaces/kits/js/src/mod_fs/properties/copy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/copy.h b/interfaces/kits/js/src/mod_fs/properties/copy.h index 03d67002b..1fe4777b0 100644 --- a/interfaces/kits/js/src/mod_fs/properties/copy.h +++ b/interfaces/kits/js/src/mod_fs/properties/copy.h @@ -106,7 +106,7 @@ private: // operator of napi static tuple ParseJsOperand(napi_env env, NVal pathOrFdFromJsArg); static tuple GetListenerFromOptionArg(napi_env env, const NFuncArg &funcArg); - static void CheckOrCreatePath(const std::string &path); + static void CheckOrCreatePath(const std::string &destPath); static int ParseJsParam(napi_env env, NFuncArg &funcArg, std::shared_ptr &fileInfos); // operator of local listener -- Gitee