Core icon indicating copy to clipboard operation
Core copied to clipboard

Keep isFinished() false on StreamLog until stdin is closed

Open jonscheiding opened this issue 6 months ago • 2 comments

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.

jonscheiding avatar Jul 10 '25 21:07 jonscheiding