sbt/main
eugene yokota 25dd9b7363
[2.x] fix: Fixes client-side run status (#9081)
**Problem**
In sbt 2.x, if we execute a run task from the shell,
and if the program fails, it ends up taking down the entire shell
because client-side run rethrows, which is not desirable
for the sbt shell.

**Solution**
1. Omit printing out success for ClientJobParams, which is the runinfo.
2. Print out success or error on the client-side for shell usage case.
2026-04-13 00:41:35 -04:00
..
src [2.x] fix: Fixes client-side run status (#9081) 2026-04-13 00:41:35 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00