Skip to content

Commit

Permalink
fix: ]
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Oct 2, 2023
1 parent 5e02a07 commit 66a5cbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/DotFastLZ.Packaging/SixPack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,11 @@ out var chunk_extra
Console.Write("#");
last_percent++;
}

if (total_extracted == decompressed_size)
{
Console.WriteLine($"]");
}
}
}

Expand Down

0 comments on commit 66a5cbc

Please sign in to comment.