Skip to content

Commit 398a54c

Browse files
committed
Add todo reminder
1 parent 9665c61 commit 398a54c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thirdparty/DotnetPackaging.Msix/Core/MakeAppxDeflate.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public static IObservable<byte[]> GetMakeAppxVersionOfDeflate(IByteSource source
2121

2222
public static async Task<byte[]?> GetMakeAppxVersionOfDeflate(byte[] inputBuffer)
2323
{
24+
// Data error this way, todo, look into it
2425
if (inputBuffer.Length == 0)
2526
{
2627
return [];

0 commit comments

Comments
 (0)