add napi_run_script_path description

Add napi_run_script_path description in libnapi.ndk.json

Signed-off-by: y00576111 <yaojian16@huawei.com>
Change-Id: I1e2d0853a3febd0589d0d4daafb10f98ced58f1b
This commit is contained in:
y00576111
2022-03-17 10:38:58 +08:00
parent 4d7eb140dc
commit f3ef215786
+2 -1
View File
@@ -100,5 +100,6 @@
{"name": "napi_reject_deferred"},
{"name": "napi_is_promise"},
{"name": "napi_run_script"},
{"name": "napi_get_uv_event_loop"}
{"name": "napi_get_uv_event_loop"},
{"name": "napi_run_script_path"}
]