There was an error while loading. Please reload this page.
1 parent a638ee4 commit ec152c3Copy full SHA for ec152c3
1 file changed
LibGit2Sharp/TransferProgress.cs
@@ -67,6 +67,7 @@ public virtual long ReceivedBytes
67
get
68
{
69
return (long) gitTransferProgress.received_bytes;
70
+ }
71
}
72
73
private string DebuggerDisplay
0 commit comments