-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
repro:
touch test.log
./go-tail -F ./test.log &
date > test.log
Fri Sep 15 13:26:55 EDT 2017
mv test.log test.log0 ; touch test.log
open ./test.log: no such file or directory
date >> test.log
# tail is hung/crashed, doesn't exit
Expected: no error, and date to be outputted twice.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels