mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 12:05:24 -04:00
puyajun@huawei.com Signed-off-by: puyajun <puyajun@huawei.com>
This commit is contained in:
@@ -206,6 +206,9 @@ export class ResultStates {
|
||||
if (this.mErrorCount > 0) {
|
||||
resultInfo += `ERROR:${this.mErrorCount}`;
|
||||
result = 'FAIL ';
|
||||
if (!/ets_loader_ark$/.test(path.resolve(__dirname, ".."))) {
|
||||
process.exitCode = 1;
|
||||
}
|
||||
} else {
|
||||
result = 'SUCCESS ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user