node-dbf
node-dbf copied to clipboard
Parse failure should emit 'error' event, not throw exception
I think emitting an 'error' event would be much easier to deal with, and more idiomatic Javascript. I don't see any good way to handle the exception thrown from the parser.
Thank you for creating and sharing this module.