mirror of
https://github.com/openharmony/js_sys_module.git
synced 2026-07-01 22:04:01 -04:00
@@ -238,7 +238,7 @@ namespace OHOS::Js_sys_module::Process {
|
||||
|
||||
const char* childProcessClassName = "ChildProcess";
|
||||
napi_value childProcessClass = nullptr;
|
||||
static napi_property_descriptor childProcessDesc[] = {
|
||||
napi_property_descriptor childProcessDesc[] = {
|
||||
DECLARE_NAPI_FUNCTION("close", Close),
|
||||
DECLARE_NAPI_FUNCTION("kill", Kill),
|
||||
DECLARE_NAPI_FUNCTION("getOutput", GetOutput),
|
||||
|
||||
Reference in New Issue
Block a user