resolves issues where failed api calls lead to obscure errors (#7051)
This commit is contained in:
@@ -210,6 +210,7 @@ func (ro *RunningOutput) WriteBatch() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Close closes the output
|
||||
func (r *RunningOutput) Close() {
|
||||
err := r.Output.Close()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user