Skip to content

Commit

Permalink
CodeRabbit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Riku Virtanen committed Dec 11, 2024
1 parent be7cf5d commit 87d718c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void PutDestinationFile(VerifyOptions verifyOptions, bool removeExisting
{
// Log the exception and decide whether to proceed or rethrow
_logger.NotifyError(_batchContext, $"Failed to delete corrupted file '{_destinationFileDuringTransfer}': {ex.Message}", ex);
throw ex;
throw;
}
}

Expand Down

0 comments on commit 87d718c

Please sign in to comment.