Skip to content

Commit

Permalink
Maybe improve packaging command logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Aug 28, 2024
1 parent 3d14d48 commit 5a949e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/commands/PackageCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ object PackageCommand extends Command:
} catch {
case e =>
println(s"Error parsing $name")
e.printStackTrace()
throw e
}

Expand Down

0 comments on commit 5a949e9

Please sign in to comment.