Skip to content

Commit

Permalink
add log to debug windows extracting process
Browse files Browse the repository at this point in the history
  • Loading branch information
reyman committed Sep 19, 2024
1 parent 9cb4f3d commit 2be73e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ import com.github.tototoshi.csv.defaultCSVFormat
finally {
try {
store.dispose()
Log.log("Store Dispose")
}catch {
case _: Throwable => println("Other exception during store closing")
}
Expand Down

0 comments on commit 2be73e6

Please sign in to comment.