jiangbo91@huawei.com

error fix

Signed-off-by: bojiang <jiangbo91@huawei.com>
Change-Id: I5ca03132e2dbe3420a7c48e8e08cd2ad3e2bf556
This commit is contained in:
bojiang
2022-08-18 10:55:16 +08:00
committed by Bo Jiang
parent 9647599f8e
commit 6ca3e68b5f
+1 -1
View File
@@ -122,7 +122,7 @@ function buildManifest(manifest, aceConfigPath) {
manifest.pages = getPages(moduleConfigJson);
} else {
throw Error('\u001b[31m'+
'EERROR: the config.json file miss key word module || module[abilities].' +
'ERROR: the config.json file miss key word module || module[abilities].' +
'\u001b[39m').message;
}
} catch (e) {