This commit is contained in:
Yury Semikhatsky 2024-04-17 17:45:32 -07:00
parent bd280d73f4
commit 79f95b3b4c

View file

@ -130,7 +130,7 @@ export class TeleSuiteUpdater {
for (const message of report)
this._receiver.dispatch(message);
// After recreating all projects restore previous results.
results?.restore(this.rootSuite!)
results?.restore(this.rootSuite!);
}
processTestReportEvent(message: any) {