mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 12:05:24 -04:00
remove ark's front-end tool log
Signed-off-by: hufeng <hufeng20@huawei.com> Change-Id: I23b2df5a10b0c995cb3a1242ccf1480a11a6da7f
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user