We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77403a8 commit a49942eCopy full SHA for a49942e
lib/zip_kit/streamer.rb
@@ -565,10 +565,9 @@ def add_file_and_write_local_header(
565
use_data_descriptor:,
566
unix_permissions:
567
)
568
-
569
# Set state needed for proper rollback later. If write_local_file_header
570
# does manage to write _some_ bytes, but fails later (we write in tiny bits sometimes)
571
- # we should be able to create a filler from this offset on when we
+ # we should be able to create a filler from this offset on when we
572
@offset_before_last_local_file_header = @out.tell
573
@remove_last_file_at_rollback = false
574
0 commit comments