From d376d223ed6ce4c8e9eca2c5d5a5bd0202c4ebd8 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Fri, 13 Jan 2023 09:21:27 +0800 Subject: [PATCH] =?UTF-8?q?xts-=E6=96=B0=E5=A2=9E=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../entry/src/main/ets/Application/MyAbilityStage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/entry/src/main/ets/Application/MyAbilityStage.ts b/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/entry/src/main/ets/Application/MyAbilityStage.ts index f66afd586..8a0fce123 100644 --- a/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/entry/src/main/ets/Application/MyAbilityStage.ts +++ b/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/entry/src/main/ets/Application/MyAbilityStage.ts @@ -17,7 +17,7 @@ import AbilityStage from "@ohos.app.ability.AbilityStage" export default class MyAbilityStage extends AbilityStage { onCreate() { - console.info("MyAbilityStageMonitor onCreate") + console.info("MyAbilityStageMonitor onCreate"); globalThis.abilityStageContext = this.context; } } \ No newline at end of file -- GitLab