mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
When exiting the thin client, an interrupted exception stack trace ends up being printed because NonFatal doesn't include interrupted exceptions. Fixes https://github.com/sbt/sbt/issues/5759