remove ark's front-end tool log

Signed-off-by: hufeng <hufeng20@huawei.com>
Change-Id: I23b2df5a10b0c995cb3a1242ccf1480a11a6da7f
This commit is contained in:
hufeng
2021-09-23 15:45:28 +08:00
parent 62b706ff44
commit 22d26f5087
-1
View File
@@ -103,7 +103,6 @@ function js2abcFirst(inputPath: string): void {
const cmd: string = `node --expose-gc "${js2abc}" "${inputPath}" ${param}`;
try {
logger.info(blue, `ETS:INFO ${cmd}`, reset, '\n');
process.execSync(cmd);
} catch (e) {
logger.error(red, `ETS:ERROR Failed to convert file ${inputPath} to abc `, reset);