From 66a5cbcc6831d6c5ad55f5f8f8f319e81083a356 Mon Sep 17 00:00:00 2001 From: ikpil Date: Mon, 2 Oct 2023 21:33:24 +0900 Subject: [PATCH] fix: ] --- src/DotFastLZ.Packaging/SixPack.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/DotFastLZ.Packaging/SixPack.cs b/src/DotFastLZ.Packaging/SixPack.cs index 78b9767..f9f25c9 100644 --- a/src/DotFastLZ.Packaging/SixPack.cs +++ b/src/DotFastLZ.Packaging/SixPack.cs @@ -605,6 +605,11 @@ out var chunk_extra Console.Write("#"); last_percent++; } + + if (total_extracted == decompressed_size) + { + Console.WriteLine($"]"); + } } }