Skip to content

Commit 9ea5cb2

Browse files
committed
2 parents 7a2ccb0 + 430d30a commit 9ea5cb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Common/Storage/Commands.Storage/Blob/Cmdlet/StartAzureStorageBlobCopy.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,10 @@ private async Task StartCopyFromBlob(long taskId, IStorageBlobManagement destCha
487487
// Opened workitem 1487579 to track this.
488488
throw new InvalidOperationException(Resources.DestinationBlobTypeNotMatch);
489489
}
490+
else
491+
{
492+
throw;
493+
}
490494
}
491495
}
492496

0 commit comments

Comments
 (0)