Skip to content

Commit

Permalink
Rethrow error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed May 13, 2024
1 parent 616afa5 commit fbe0525
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ private void createWorkers() {
.getTelemetryService()
.reportClientFailure(this.getClass().getSimpleName(), errorMessage);
}
throw e;
}
},
0,
Expand Down

0 comments on commit fbe0525

Please sign in to comment.