!962 code standard

Merge pull request !962 from Bo Jiang/cherry-pick-1660822904
This commit is contained in:
openharmony_ci
2022-08-19 09:36:44 +00:00
committed by Gitee
+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) {