未验证 提交 f2a9008b 编写于 作者: O openharmony_ci 提交者: Gitee

!11810 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md.

Merge pull request !11810 from longwei/N/A
...@@ -55,7 +55,7 @@ try { ...@@ -55,7 +55,7 @@ try {
if (errData !== null) { if (errData !== null) {
console.log(`errData is errCode:${errData.code} message:${errData.message}`); console.log(`errData is errCode:${errData.code} message:${errData.message}`);
} }
console.log("data is " + JSON.Stringify(data)); console.log("data is " + JSON.stringify(data));
}) })
} catch (errData) { } catch (errData) {
console.log(`errData is errCode:${errData.code} message:${errData.message}`); console.log(`errData is errCode:${errData.code} message:${errData.message}`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册