mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 12:05:24 -04:00
@@ -213,6 +213,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