未验证 提交 6af63b00 编写于 作者: L longwei 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md.

Signed-off-by: Nlongwei <longwei27@huawei.com>
上级 6207a8ea
...@@ -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.
先完成此消息的编辑!
想要评论请 注册