!30 remove ark's front-end tool log on LTS

Merge pull request !30 from hufeng/cherry-pick-1632383231
This commit is contained in:
openharmony_ci
2021-09-23 08:31:47 +00:00
committed by Gitee
-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);