mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
!813 delete reg match arkpath
Merge pull request !813 from houhaoyu/master5
This commit is contained in:
@@ -270,9 +270,7 @@ export class ResultStates {
|
||||
if (this.mErrorCount > 0) {
|
||||
resultInfo += `ERROR:${this.mErrorCount}`;
|
||||
result = 'FAIL ';
|
||||
if (!/ets_loader_ark$/.test(path.resolve(__dirname, '..'))) {
|
||||
process.exitCode = 1;
|
||||
}
|
||||
process.exitCode = 1;
|
||||
} else {
|
||||
result = 'SUCCESS ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user