!3594 Close Host Partial

Merge pull request !3594 from hzzhouzebin/CloseHostPartial
This commit is contained in:
openharmony_ci 2024-07-22 23:38:12 +00:00 committed by Gitee
commit faf96b5f27
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -119,7 +119,6 @@ export function generateAot(arkDir: string, appAbc: string,
mkdirsSync(projectConfig.anBuildOutPut);
fs.closeSync(fs.openSync(appAot + '.an', 'w'));
fs.closeSync(fs.openSync(appAot + '.ai', 'w'));
childProcess.execSync(singleCmd, { windowsHide: true });
} catch (e) {
// Extract HostTool log information from hilog, which outputs to stdout.
let outStream: Buffer = e.stdout;