From 749d04e46ad24464695baca57d05ae7b2313b84f Mon Sep 17 00:00:00 2001 From: hufeng Date: Thu, 23 Sep 2021 15:45:28 +0800 Subject: [PATCH] fixed 22d26f5 from https://gitee.com/hufeng20/developtools_ace-ets2bundle/pulls/29 remove ark's front-end tool log Signed-off-by: hufeng Change-Id: I23b2df5a10b0c995cb3a1242ccf1480a11a6da7f --- compiler/src/gen_abc_plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/src/gen_abc_plugin.ts b/compiler/src/gen_abc_plugin.ts index 300c79e..e645bdf 100644 --- a/compiler/src/gen_abc_plugin.ts +++ b/compiler/src/gen_abc_plugin.ts @@ -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);