jonschlinkert / parse-csv

CSV parser for node.js
MIT License
15 stars 4 forks source link

Switched to use console.log when logging. #7

Open JohnMealy23 opened 6 years ago

JohnMealy23 commented 6 years ago

Please see https://github.com/jonschlinkert/parse-csv/issues/6.

@jonschlinkert - Please have a look.

connorjclark commented 3 years ago

In the meantime...

require('parse-csv').Parser.prototype.log = console.log;