mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 12:05:24 -04:00
escape error accumulated Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: Ifdb3c1d315191d41c85c363dd03de696d702c764
This commit is contained in:
@@ -226,6 +226,13 @@ export class ResultStates {
|
||||
} else {
|
||||
console.info(this.blue, 'COMPILE RESULT:SUCCESS ', this.reset);
|
||||
}
|
||||
this.clearCount();
|
||||
}
|
||||
|
||||
private clearCount(): void {
|
||||
this.mErrorCount = 0;
|
||||
this.warningCount = 0;
|
||||
this.noteCount = 0;
|
||||
}
|
||||
|
||||
private printWarning(): void {
|
||||
|
||||
Reference in New Issue
Block a user