Skip to content

Commit ec152c3

Browse files
committed
fixup! Add TransferProgress.DebuggerDisplay
1 parent a638ee4 commit ec152c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

LibGit2Sharp/TransferProgress.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public virtual long ReceivedBytes
6767
get
6868
{
6969
return (long) gitTransferProgress.received_bytes;
70+
}
7071
}
7172

7273
private string DebuggerDisplay

0 commit comments

Comments
 (0)