Closed jhankim closed 5 years ago
Addresses #12
Catches saxStream.on('error') so that flow can catch errors properly.
saxStream.on('error')
flow
Ping! This works. Only thing maybe missing is a test but I wasn't sure how to provoke an error.
Closing this in favor of #20
Addresses #12
Catches
saxStream.on('error')
so thatflow
can catch errors properly.