Skip to content

Commit

Permalink
Fix promise awaiting for log requests (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet authored Feb 21, 2024
1 parent 4a382a3 commit 481a7ff
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 481a7ff

Please sign in to comment.