sbt/run/src/main
Eugene Yokota 7ce978a5f2 Fix stdout freshness issue
**Problem**
When ForkOptions outputStrategy is None, Run code currently
tries to use LoggedOutput, which buffers the output when
connectInput is true, which effectively breaks the experience.

**Solution**
This stops falling back to LoggedOutput when connectInput is true.
2025-03-02 00:31:34 -05:00
..
contraband migrate ForkOptions to Contraband 2017-05-12 05:22:08 -04:00
contraband-scala/sbt regen contraband 2020-12-21 17:21:54 +00:00
scala/sbt Fix stdout freshness issue 2025-03-02 00:31:34 -05:00