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 a036409 commit 71c8374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/eighties/h24/tools/ExtractRelevantData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ import com.github.tototoshi.csv.defaultCSVFormat
Log.log("Write close")
dataStore.dispose()
Log.log("dataStore dispose")
} match {
case Failure(exception) => println(exception)
}
} catch {
case e: IOException => println("Had an IOException trying reading this file")
Expand Down

0 comments on commit 71c8374

Please sign in to comment.