“b861b626720154d3592a83d400855b2aa408df69”上不存在“en/application-dev/reference/arkui-ts/ts-component-based.md”
提交 02f74365 编写于 作者: L liuwei

modify apprecovervy

Signed-off-by: Nliuwei <liuwei573@huawei.com>
上级 4f44484c
...@@ -168,9 +168,9 @@ onWindowStageDestroy() { ...@@ -168,9 +168,9 @@ onWindowStageDestroy() {
console.log("[Demo] MainAbility onWindowStageDestroy") console.log("[Demo] MainAbility onWindowStageDestroy")
G.unRegisterObserver = (() => { G.unRegisterObserver = (() => {
errorManager.off(type: 'error', registerId: number, (err) => { errorManager.off(type: 'error', registerId: number, (err:Error) => {
console.error("[Demo] err:", err); console.error("[Demo] err:", err);
}): void; });
}) })
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册