Previously, ForkUtil only captured stdout from the forked process. Now both stdout and stderr are captured and echoed to the corresponding PrintStream of the calling process. Also removed the 200ms delay between each stdout line captured.
Previously, ForkUtil only captured stdout from the forked process. Now both stdout and stderr are captured and echoed to the corresponding PrintStream of the calling process. Also removed the 200ms delay between each stdout line captured.