未验证 提交 194b9800 编写于 作者: 耿文广 提交者: Gitee

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

Signed-off-by: N耿文广 <gengwenguang@huawei.com>
上级 f09e45cc
......@@ -52,7 +52,7 @@ bundleInstall.getBundleInstaller().then(installer => {
console.info('install successfully.');
}
});
}).catch(error => {
}).catch((error: BusinessError)=> {
let message = (error as BusinessError).message;
console.error('getBundleInstaller failed. Cause: ' + message);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册