We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a88e1 commit 4f4913bCopy full SHA for 4f4913b
lib/filewatch/read_mode/handlers/read_zip_file.rb
@@ -55,6 +55,7 @@ def handle_specifically(watched_file)
55
close_and_ignore_ioexception(file_stream) unless file_stream.nil?
56
end
57
58
+ sincedb_collection.reading_completed(key)
59
sincedb_collection.clear_watched_file(key)
60
61
0 commit comments