Core
Core copied to clipboard
Keep isFinished() false on StreamLog until stdin is closed
The isFinished() method on StreamLog returns true when the stream is empty. Attempting to modify it so that (at least on POSIX platforms) it can only return true when the stream actually closes.