fix compilation error introduced by #244 merge

This commit is contained in:
David Adrian 2021-03-04 09:03:34 -07:00
parent a9fc785eb0
commit 31126e97ab

View File

@ -154,7 +154,7 @@ func OutputResults(w *bufio.Writer, results <-chan []byte) error {
return err
}
if config.Flush {
out.Flush()
w.Flush()
}
}
return nil