mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 16:39:56 +00:00
!3594 Close Host Partial
Merge pull request !3594 from hzzhouzebin/CloseHostPartial
This commit is contained in:
commit
faf96b5f27
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user