From dc25a55f1a935b9bd1a99955236e6b1e5f25c82f Mon Sep 17 00:00:00 2001 From: ylq121 Date: Thu, 25 May 2023 11:58:09 +0800 Subject: [PATCH] xiugai Signed-off-by: ylq121 --- zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md b/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md index ca2c946ddb..0ebf5dff43 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md +++ b/zh-cn/application-dev/reference/apis/js-apis-data-cloudData.md @@ -67,7 +67,7 @@ try { } }); } catch (error) { - console.error('An unexpected error occurred.' + `Code: ${error.code}, message: ${error.message}`); + console.error(`An unexpected error occurred. Code: ${error.code}, message: ${error.message}`); } ``` -- GitLab