mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
When input lacks 'jsonrpc' field (e.g. {}), call System.exit(1) instead
of throwing IllegalArgumentException. Avoids noisy stack traces in
CI from WorkerExchangeTest's intentional bad-input tests.