tail
                                
                                 tail copied to clipboard
                                
                                    tail copied to clipboard
                            
                            
                            
                        continue sending output lines read after StopAtEOF was called
If StopAtEOF is called, then all lines futher read from file are ignored. This fix allows to still return all data read until EOF.
Fixes https://github.com/nxadm/tail/issues/37