mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-08-27 11:11:17 -04:00
error fix Signed-off-by: bojiang <jiangbo91@huawei.com> Change-Id: I5ca03132e2dbe3420a7c48e8e08cd2ad3e2bf556
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ function buildManifest(manifest, aceConfigPath) {
|
|||||||
manifest.pages = getPages(moduleConfigJson);
|
manifest.pages = getPages(moduleConfigJson);
|
||||||
} else {
|
} else {
|
||||||
throw Error('\u001b[31m'+
|
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;
|
'\u001b[39m').message;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user