Skip to content

Commit

Permalink
Fix promise awaiting for log requests
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Feb 13, 2024
1 parent bcaf853 commit c3e81be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class RPReporter implements Reporter {
},
file,
);
promiseErrorHandler(promise, 'Failed to send log');
this.addRequestToPromisesQueue(promise, 'Failed to send log');
}

finishSuites(): void {
Expand Down

0 comments on commit c3e81be

Please sign in to comment.