Divert out/err streams while command runs
Actually System.in works fine, it's the output streams that get buffered. We can fix it by diverting them for the duration of the command. Fixes gh-217
Showing
Please register or sign in to comment