Skip to content

Commit

Permalink
Print error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrov committed Nov 28, 2024
1 parent 14cdaf5 commit 85b3a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/src/main/scala/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ object Main
Logger[IO].info("All pieces verified").await
ExitCode.Success
catch
case _ =>
case e =>
Logger[IO].error(e.getMessage).await
ExitCode.Error
}
}
Expand Down

0 comments on commit 85b3a44

Please sign in to comment.