parse-csv
parse-csv copied to clipboard
Switched to use console.log when logging.
Please see https://github.com/jonschlinkert/parse-csv/issues/6.
@jonschlinkert - Please have a look.
In the meantime...
require('parse-csv').Parser.prototype.log = console.log;