Docs for new surv verb (#1807)

This commit is contained in:
John Kerl 2025-05-15 19:41:58 -04:00 committed by GitHub
parent d14dc76318
commit ea242a242a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 1 deletions

View file

@ -72,7 +72,6 @@ func channelWriterHandleBatch(
// XXX also make sure this results in exit 1 & goroutine cleanup
if writerOptions.FailOnDataError && record != nil {
ok := true
fmt.Printf("AAA %#v", record)
for pe := record.Head; pe != nil; pe = pe.Next {
if pe.Value.IsError() {
context := recordAndContext.Context