Skip to content

Commit

Permalink
pass stylecop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Sep 21, 2023
1 parent 7912e7a commit 8d03b9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public async Task<TargetScalerResult> GetScaleResultAsync(TargetScalerContext co
{
scaleControllerLog = "Tried to request a negative worker count." + scaleControllerLog;
this.logger.LogError(scaleControllerLog);

// Throw exception so ScaleController can handle the error.
throw new Exception(scaleControllerLog);
}
Expand Down

0 comments on commit 8d03b9a

Please sign in to comment.