From 1c82ef8dcbd38b7bca27d0e68f4bc1ed457d55af Mon Sep 17 00:00:00 2001 From: Handsome_Afraican_Man Date: Fri, 3 Nov 2023 16:35:44 +0800 Subject: [PATCH] IssueNo:#I8DMER Description:Bugfix Sig:bundleManager Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: zhouwenzhi --- modulecheck/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index 2199a388..d3bc15b3 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -367,7 +367,7 @@ "excludeFromMissions", "recoverable", "unclearableMission", - "specifiedProcess" + "isolationProcess" ] }, "properties": { @@ -691,8 +691,8 @@ "type": "boolean", "default": false }, - "specifiedProcess": { - "description": "Indicates the process in which the component is running", + "isolationProcess": { + "description": "Specifies whether the ability can run in an independent process", "type": "boolean", "default": false } -- Gitee