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

!6203 完善文档

Merge pull request !6203 from nobbo/OpenHarmony-3.2-Beta1
......@@ -516,7 +516,7 @@ getRecentlyUsedModules(maxNum?: number, callback: AsyncCallback<Array<Bund
});
// 无maNum参数调用方式
stats.getRecentlyUsedModules((err, res) => {
bundleState.getRecentlyUsedModules((err, res) => {
if(err) {
console.log('BUNDLE_ACTIVE getRecentlyUsedModules callback failed, because: ' + err.code);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册