mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2025-02-25 19:14:22 +00:00
!263 Fix the arm64 compile problem
Merge pull request !263 from dy/master
This commit is contained in:
commit
9f5f1e01f6
@ -1935,7 +1935,7 @@ napi_value NAPI_GetAbilityMissionSnapshot(napi_env env, napi_callback_info info)
|
||||
size_t argc = 2;
|
||||
napi_value argv[argc];
|
||||
NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, NULL, NULL));
|
||||
HILOG_INFO("argc = [%{public}d]", argc);
|
||||
HILOG_INFO("argc = [%{public}d]", (int32_t)argc);
|
||||
|
||||
napi_valuetype valuetype0;
|
||||
NAPI_CALL(env, napi_typeof(env, argv[0], &valuetype0));
|
||||
|
Loading…
x
Reference in New Issue
Block a user