sbt/main-command/src
aka James4u dce915e794
[2.x] fix: Error "Exception in thread "sbt-socket-server" java.lang.NullPointerException" on exit (#8448)
Fixes #8538

The code was calling e.getMessage.contains() without checking if getMessage()
returns null. Changed to use Option(e.getMessage).exists() to safely handle
null values.
2026-01-15 11:06:51 -05:00
..
main [2.x] fix: Error "Exception in thread "sbt-socket-server" java.lang.NullPointerException" on exit (#8448) 2026-01-15 11:06:51 -05:00
test/scala/sbt update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00