sbt / contraband

http://www.scala-sbt.org/contraband/
Other
67 stars 21 forks source link

Make printing of field name more clear #172

Closed mdedetrich closed 1 year ago

mdedetrich commented 1 year ago

A minor QoL improvement, in my case I have a field literally called name in this error case and because of that its printing java.lang.RuntimeException: Needs a default value for field name. and it wasn't clear that the fields name is actually name.

Putting a colon here should help with this confusion.