mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Docs for new surv verb (#1807)
This commit is contained in:
parent
d14dc76318
commit
ea242a242a
3 changed files with 21 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue