Skip to content

Commit

Permalink
fix multi file handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sakateka committed Jul 23, 2019
1 parent 6f01ed8 commit d6c5488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ttail/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func main() {
log.Fatal("[main]: error", zap.Error(err))
}
log.Debug("[main]: findPosition got EOF")
return
continue
}
_, _ = tfile.CopyTo(os.Stdout)
}
Expand Down

0 comments on commit d6c5488

Please sign in to comment.