mirror of
https://github.com/openharmony/ace_napi.git
synced 2026-07-22 09:15:27 -04:00
Fix callback of async work of ark napi
Signed-off-by: zhangyukun <zhangyukun8@huawei.com> Change-Id: Idef5e6517775b0e62df9d39b565d28d9fe7018b6
This commit is contained in:
@@ -127,7 +127,7 @@ void ArkNativeEngine::Loop(LoopMode mode, bool needSync)
|
||||
{
|
||||
LocalScope scope(vm_);
|
||||
NativeEngine::Loop(mode, needSync);
|
||||
//panda::JSNApi::ExecutePendingJob(vm_);
|
||||
panda::JSNApi::ExecutePendingJob(vm_);
|
||||
}
|
||||
|
||||
NativeValue* ArkNativeEngine::GetGlobal()
|
||||
|
||||
Reference in New Issue
Block a user