Ignore hermes output to avoid buffer issue
This commit is contained in:
parent
201f11e770
commit
dcea576fff
@ -128,6 +128,7 @@ async function compileHermesByteCode(bundleName, outputFolder) {
|
|||||||
: 'node_modules/hermesvm';
|
: 'node_modules/hermesvm';
|
||||||
execSync(
|
execSync(
|
||||||
`${hermesPath}/${getHermesOSBin()}/hermes -emit-binary -out ${outputFolder}/${bundleName} ${outputFolder}/${bundleName} -O`,
|
`${hermesPath}/${getHermesOSBin()}/hermes -emit-binary -out ${outputFolder}/${bundleName} ${outputFolder}/${bundleName} -O`,
|
||||||
|
{ stdio: 'ignore' },
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user