From 6ca3e68b5f2709a32db38d6ce93483d213c945fe Mon Sep 17 00:00:00 2001 From: bojiang Date: Thu, 18 Aug 2022 10:55:16 +0800 Subject: [PATCH] fixed b239abe from https://gitee.com/BoJiang4702/developtools_ace-ets2bundle/pulls/954 jiangbo91@huawei.com error fix Signed-off-by: bojiang Change-Id: I5ca03132e2dbe3420a7c48e8e08cd2ad3e2bf556 --- compiler/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.js b/compiler/main.js index 7ce1484..8276b81 100644 --- a/compiler/main.js +++ b/compiler/main.js @@ -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) {