jnr/jnr-process

On implementing 'ProcessBuilder.redirectErrorStream()' for ProcessBuilder

cdancy opened this issue · 0 comments

Any thoughts on exposing/implementing this functionality? My use-case is to combine output/error stream so that we can read from a single source instead of threading things, or just writing more code in general, to do this sort of thing. Perhaps there is a "better" way or something I'm missing?